Html Css Color HEX #6EB0DD Malibu

📋 copy color: '#6EB0DD'

red 110 ◦ green 176 ◦ blue 221

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

Shades of Malibu #6EB0DD

Tints of Malibu #6EB0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 21.7%
G = 34.71%
B = 43.59%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EB0DD (or 0x6EB0DD) is known color: Malibu. HEX triplet: 6E, B0 and DD. RGB value is (110,176,221). Sum of RGB (Red+Green+Blue) = 110+176+221=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0DD is #914F22. Grayscale: #A1A1A1. Windows color (decimal): -9522979 or 14528622. OLE color: 14528622.

HSL color Cylindrical-coordinate representation of color #6EB0DD: hue angle of 204.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB0DD is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 176 221 -
CMYK 0.50 0.20 0 0.13
HSL 204.32º 0.62% 0.65% -
HSV(B) 204.32º 0.5% 0.87% -
XYZ 35.01 39.59 74.2 -
YUV 161.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 110 176 221 0.50 0.20 0 0.13 204.32 0.62 0.65
Hex 6E B0 DD 32 14 0 D CC 3E 41
Octal 156 260 335 62 24 0 15 314 76 101
Binary 1101110 10110000 11011101 110010 10100 0 1101 11001100 111110 1000001

Color Harmonies of #6EB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB0DD

Black with #6EB0DD

Text Example


Text Example

White with #6EB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,176,221); }

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

background-color css

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

 a { background-color: rgb(110,176,221); }

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

border-color css

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

 span { border-color: rgb(110,176,221); }

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