Html Css Color HEX #6FBBE8 Malibu

📋 copy color: '#6FBBE8'

red 111 ◦ green 187 ◦ blue 232

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

Shades of Malibu #6FBBE8

Tints of Malibu #6FBBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 20.94%
G = 35.28%
B = 43.77%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6FBBE8 (or 0x6FBBE8) is known color: Malibu. HEX triplet: 6F, BB and E8. RGB value is (111,187,232). Sum of RGB (Red+Green+Blue) = 111+187+232=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FBBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBE8 is #904417. Grayscale: #A9A9A9. Windows color (decimal): -9454616 or 15252335. OLE color: 15252335.

HSL color Cylindrical-coordinate representation of color #6FBBE8: hue angle of 202.31º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBBE8 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 187 232 -
CMYK 0.52 0.19 0 0.09
HSL 202.31º 0.72% 0.67% -
HSV(B) 202.31º 0.52% 0.91% -
XYZ 38.89 44.75 82.93 -
YUV 169.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 111 187 232 0.52 0.19 0 0.09 202.31 0.72 0.67
Hex 6F BB E8 34 13 0 9 CA 48 43
Octal 157 273 350 64 23 0 11 312 110 103
Binary 1101111 10111011 11101000 110100 10011 0 1001 11001010 1001000 1000011

Color Harmonies of #6FBBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBBE8

Black with #6FBBE8

Text Example


Text Example

White with #6FBBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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