Html Css Color HEX #6EB2DC Malibu

📋 copy color: '#6EB2DC'

red 110 ◦ green 178 ◦ blue 220

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

Shades of Malibu #6EB2DC

Tints of Malibu #6EB2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 21.65%
G = 35.04%
B = 43.31%

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

#6EB2DC (or 0x6EB2DC) is known color: Malibu. HEX triplet: 6E, B2 and DC. RGB value is (110,178,220). Sum of RGB (Red+Green+Blue) = 110+178+220=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2DC is #914D23. Grayscale: #A2A2A2. Windows color (decimal): -9522468 or 14463598. OLE color: 14463598.

HSL color Cylindrical-coordinate representation of color #6EB2DC: hue angle of 202.91º degrees, saturation: 0.61, 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 #6EB2DC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 178 220 -
CMYK 0.50 0.19 0 0.14
HSL 202.91º 0.61% 0.65% -
HSV(B) 202.91º 0.5% 0.86% -
XYZ 35.27 40.32 73.63 -
YUV 162.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 110 178 220 0.50 0.19 0 0.14 202.91 0.61 0.65
Hex 6E B2 DC 32 13 0 E CB 3D 41
Octal 156 262 334 62 23 0 16 313 75 101
Binary 1101110 10110010 11011100 110010 10011 0 1110 11001011 111101 1000001

Color Harmonies of #6EB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB2DC

Black with #6EB2DC

Text Example


Text Example

White with #6EB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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