Html Css Color HEX #6FBBDD Malibu

📋 copy color: '#6FBBDD'

red 111 ◦ green 187 ◦ blue 221

#6FBBDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6FBBDD

Tints of Malibu #6FBBDD

RGB

 RED value IS 111 (43.75% from 255) = 21.39%

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 21.39%
G = 36.03%
B = 42.58%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FBBDD (or 0x6FBBDD) is known color: Malibu. HEX triplet: 6F, BB and DD. RGB value is (111,187,221). Sum of RGB (Red+Green+Blue) = 111+187+221=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBDD is #904422. Grayscale: #A7A7A7. Windows color (decimal): -9454627 or 14531439. OLE color: 14531439.

HSL color Cylindrical-coordinate representation of color #6FBBDD: hue angle of 198.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBBDD is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 187 221 -
CMYK 0.50 0.15 0 0.13
HSL 198.55º 0.62% 0.65% -
HSV(B) 198.55º 0.5% 0.87% -
XYZ 37.38 44.14 74.96 -
YUV 168.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 111 187 221 0.50 0.15 0 0.13 198.55 0.62 0.65
Hex 6F BB DD 32 F 0 D C7 3E 41
Octal 157 273 335 62 17 0 15 307 76 101
Binary 1101111 10111011 11011101 110010 1111 0 1101 11000111 111110 1000001

Color Harmonies of #6FBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBDD

Black with #6FBBDD

Text Example


Text Example

White with #6FBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FBBDD; }

 p { color: rgb(111,187,221); }

 H1.HeaderClassName
 {
   color: #6FBBDD;
 }
 .AnyTagClassName
 {
   color: #6FBBDD;
 }
</style>

background-color css

<style>
 a { background-color: #6FBBDD; }

 a { background-color: rgb(111,187,221); }

 div.DivClassName
 {
   background-color: #6FBBDD;
 }
 .BgClassName
 {
   background-color: #6FBBDD;
 }
</style>

border-color css

<style>
 span { border-color: #6FBBDD; }

 span { border-color: rgb(111,187,221); }

 td.TdClassName
 {
   border-color: #6FBBDD;
 }
 .TagClassName
 {
   border-color: #6FBBDD;
 }
</style>