Html Css Color HEX #6EBBEA Malibu

📋 copy color: '#6EBBEA'

red 110 ◦ green 187 ◦ blue 234

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

Shades of Malibu #6EBBEA

Tints of Malibu #6EBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.22%

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 20.72%
G = 35.22%
B = 44.07%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EBBEA (or 0x6EBBEA) is known color: Malibu. HEX triplet: 6E, BB and EA. RGB value is (110,187,234). Sum of RGB (Red+Green+Blue) = 110+187+234=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EBBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBBEA is #914415. Grayscale: #A9A9A9. Windows color (decimal): -9520150 or 15383406. OLE color: 15383406.

HSL color Cylindrical-coordinate representation of color #6EBBEA: hue angle of 202.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBBEA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 187 234 -
CMYK 0.53 0.20 0 0.08
HSL 202.74º 0.75% 0.67% -
HSV(B) 202.74º 0.53% 0.92% -
XYZ 39.05 44.8 84.43 -
YUV 169.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 110 187 234 0.53 0.20 0 0.08 202.74 0.75 0.67
Hex 6E BB EA 35 14 0 8 CB 4B 43
Octal 156 273 352 65 24 0 10 313 113 103
Binary 1101110 10111011 11101010 110101 10100 0 1000 11001011 1001011 1000011

Color Harmonies of #6EBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBEA

Black with #6EBBEA

Text Example


Text Example

White with #6EBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,187,234); }

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

background-color css

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

 a { background-color: rgb(110,187,234); }

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

border-color css

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

 span { border-color: rgb(110,187,234); }

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