Html Css Color HEX #6EB2DB Malibu

📋 copy color: '#6EB2DB'

red 110 ◦ green 178 ◦ blue 219

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

Shades of Malibu #6EB2DB

Tints of Malibu #6EB2DB

RGB

 RED value IS 110 (43.36% from 255) = 21.7%

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 21.7%
G = 35.11%
B = 43.2%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EB2DB (or 0x6EB2DB) is known color: Malibu. HEX triplet: 6E, B2 and DB. RGB value is (110,178,219). Sum of RGB (Red+Green+Blue) = 110+178+219=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EB2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2DB is #914D24. Grayscale: #A2A2A2. Windows color (decimal): -9522469 or 14398062. OLE color: 14398062.

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

Color convert

RGB 110 178 219 -
CMYK 0.50 0.19 0 0.14
HSL 202.57º 0.6% 0.65% -
HSV(B) 202.57º 0.5% 0.86% -
XYZ 35.14 40.27 72.94 -
YUV 162.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 110 178 219 0.50 0.19 0 0.14 202.57 0.6 0.65
Hex 6E B2 DB 32 13 0 E CB 3C 41
Octal 156 262 333 62 23 0 16 313 74 101
Binary 1101110 10110010 11011011 110010 10011 0 1110 11001011 111100 1000001

Color Harmonies of #6EB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB2DB

Black with #6EB2DB

Text Example


Text Example

White with #6EB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,178,219); }

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

background-color css

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

 a { background-color: rgb(110,178,219); }

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

border-color css

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

 span { border-color: rgb(110,178,219); }

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