Color Hex Logo

#6bbdff Color Hex

#6BBDFF
(107,189,255)
0 Favorites   0 Comments

Color spaces of #6bbdff

RGB 107189255
HSL0.571.000.71
HSV207°58°100°
CMYK 0.580.260.00   0.00
XYZ42.311046.7410101.3996
Yxy46.74100.22220.2454
Hunter Lab68.3674-9.1734-40.0792
CIE-Lab74.0238-6.2579-40.0955

#6bbdff color RGB value is (107,189,255).

#6bbdff hex color red value is 107, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6bbdff hue: 0.57 , saturation: 1.00 and the lightness value of 6bbdff is 0.71.

The process color (four color CMYK) of #6bbdff color hex is 0.58, 0.26, 0.00, 0.00. Web safe color of #6bbdff is #66ccff. Color #6bbdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111101 11111111
Octal 153 275 377
Decimal 107 189 255
Hex 6B BD FF

RGB Percentages of Color #6bbdff

%19.42
%34.30
%46.28

CMYK Percentages of Color #6bbdff

%58
%26
%0
%0

Triadic Colors of #6bbdff

#6bbdff #ff6bbd #bdff6b

Analogous Colors of #6bbdff

#6bbdff #6b73ff #6bfff7

Monochromatic Colors of #6bbdff

#6bbdff

Complementary Color

#6bbdff #ffad6b

#6bbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbdff Color CSS Codes

.mybgcolor {background-color:#6bbdff; } 
.myforecolor {color:#6bbdff; }
.mybordercolor {border:3px solid #6bbdff; }

#6bbdff Text Font Color

<p style="color:#6bbdff">Text here</p>

This sample text font color is #6bbdff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6bbdff Background Color

<div style="background-color:#6bbdff">
Div content here</div>

This div background color is #6bbdff


#6bbdff Border Color

<div style="border:3px solid #6bbdff">
Div here</div>

This div border color is #6bbdff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,189,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bbdff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bbdff;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbdff;
  box-shadow:         1px 1px 3px 2px #6bbdff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,189,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6bbdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6bbdff;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbdff;
  box-shadow:         1px 1px 3px 2px #6bbdff;">
Div content here</div>

This div box has shadow with color #6bbdff


Comments

No comments written yet.

Please login to write comment.