Html Css Color HEX #6FB8DB Malibu

📋 copy color: '#6FB8DB'

red 111 ◦ green 184 ◦ blue 219

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

Shades of Malibu #6FB8DB

Tints of Malibu #6FB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 21.6%
G = 35.8%
B = 42.61%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FB8DB (or 0x6FB8DB) is known color: Malibu. HEX triplet: 6F, B8 and DB. RGB value is (111,184,219). Sum of RGB (Red+Green+Blue) = 111+184+219=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8DB is #904724. Grayscale: #A5A5A5. Windows color (decimal): -9455397 or 14399599. OLE color: 14399599.

HSL color Cylindrical-coordinate representation of color #6FB8DB: hue angle of 199.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB8DB is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 184 219 -
CMYK 0.49 0.16 0 0.14
HSL 199.44º 0.6% 0.65% -
HSV(B) 199.44º 0.49% 0.86% -
XYZ 36.48 42.77 73.35 -
YUV 166.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 111 184 219 0.49 0.16 0 0.14 199.44 0.6 0.65
Hex 6F B8 DB 31 10 0 E C7 3C 41
Octal 157 270 333 61 20 0 16 307 74 101
Binary 1101111 10111000 11011011 110001 10000 0 1110 11000111 111100 1000001

Color Harmonies of #6FB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB8DB

Black with #6FB8DB

Text Example


Text Example

White with #6FB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,184,219); }

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

background-color css

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

 a { background-color: rgb(111,184,219); }

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

border-color css

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

 span { border-color: rgb(111,184,219); }

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