Html Css Color HEX #6FB9DB Malibu

📋 copy color: '#6FB9DB'

red 111 ◦ green 185 ◦ blue 219

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

Shades of Malibu #6FB9DB

Tints of Malibu #6FB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.92%

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

R = 21.55%
G = 35.92%
B = 42.52%

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

#6FB9DB (or 0x6FB9DB) is known color: Malibu. HEX triplet: 6F, B9 and DB. RGB value is (111,185,219). Sum of RGB (Red+Green+Blue) = 111+185+219=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FB9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9DB is #904624. Grayscale: #A6A6A6. Windows color (decimal): -9455141 or 14399855. OLE color: 14399855.

HSL color Cylindrical-coordinate representation of color #6FB9DB: hue angle of 198.89º 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 #6FB9DB is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 185 219 -
CMYK 0.49 0.16 0 0.14
HSL 198.89º 0.6% 0.65% -
HSV(B) 198.89º 0.49% 0.86% -
XYZ 36.69 43.19 73.42 -
YUV 166.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 111 185 219 0.49 0.16 0 0.14 198.89 0.6 0.65
Hex 6F B9 DB 31 10 0 E C7 3C 41
Octal 157 271 333 61 20 0 16 307 74 101
Binary 1101111 10111001 11011011 110001 10000 0 1110 11000111 111100 1000001

Color Harmonies of #6FB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB9DB

Black with #6FB9DB

Text Example


Text Example

White with #6FB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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