Html Css Color HEX #6FB0DB Malibu

📋 copy color: '#6FB0DB'

red 111 ◦ green 176 ◦ blue 219

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

Shades of Malibu #6FB0DB

Tints of Malibu #6FB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 21.94%
G = 34.78%
B = 43.28%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FB0DB (or 0x6FB0DB) is known color: Malibu. HEX triplet: 6F, B0 and DB. RGB value is (111,176,219). Sum of RGB (Red+Green+Blue) = 111+176+219=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0DB is #904F24. Grayscale: #A1A1A1. Windows color (decimal): -9457445 or 14397551. OLE color: 14397551.

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

Color convert

RGB 111 176 219 -
CMYK 0.49 0.20 0 0.14
HSL 203.89º 0.6% 0.65% -
HSV(B) 203.89º 0.49% 0.86% -
XYZ 34.87 39.54 72.81 -
YUV 161.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 111 176 219 0.49 0.20 0 0.14 203.89 0.6 0.65
Hex 6F B0 DB 31 14 0 E CC 3C 41
Octal 157 260 333 61 24 0 16 314 74 101
Binary 1101111 10110000 11011011 110001 10100 0 1110 11001100 111100 1000001

Color Harmonies of #6FB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB0DB

Black with #6FB0DB

Text Example


Text Example

White with #6FB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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