Html Css Color HEX #6EB0D9 Malibu

📋 copy color: '#6EB0D9'

red 110 ◦ green 176 ◦ blue 217

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

Shades of Malibu #6EB0D9

Tints of Malibu #6EB0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.14%

R = 21.87%
G = 34.99%
B = 43.14%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EB0D9 (or 0x6EB0D9) is known color: Malibu. HEX triplet: 6E, B0 and D9. RGB value is (110,176,217). Sum of RGB (Red+Green+Blue) = 110+176+217=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #6EB0D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0D9 is #914F26. Grayscale: #A0A0A0. Windows color (decimal): -9522983 or 14266478. OLE color: 14266478.

HSL color Cylindrical-coordinate representation of color #6EB0D9: hue angle of 202.99º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EB0D9 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 176 217 -
CMYK 0.49 0.19 0 0.15
HSL 202.99º 0.58% 0.64% -
HSV(B) 202.99º 0.49% 0.85% -
XYZ 34.48 39.38 71.43 -
YUV 160.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 110 176 217 0.49 0.19 0 0.15 202.99 0.58 0.64
Hex 6E B0 D9 31 13 0 F CB 3A 40
Octal 156 260 331 61 23 0 17 313 72 100
Binary 1101110 10110000 11011001 110001 10011 0 1111 11001011 111010 1000000

Color Harmonies of #6EB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB0D9

Black with #6EB0D9

Text Example


Text Example

White with #6EB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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