Html Css Color HEX #6EB5EC Malibu

📋 copy color: '#6EB5EC'

red 110 ◦ green 181 ◦ blue 236

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

Shades of Malibu #6EB5EC

Tints of Malibu #6EB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.35%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 20.87%
G = 34.35%
B = 44.78%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EB5EC (or 0x6EB5EC) is known color: Malibu. HEX triplet: 6E, B5 and EC. RGB value is (110,181,236). Sum of RGB (Red+Green+Blue) = 110+181+236=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EB5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB5EC is #914A13. Grayscale: #A5A5A5. Windows color (decimal): -9521684 or 15512942. OLE color: 15512942.

HSL color Cylindrical-coordinate representation of color #6EB5EC: hue angle of 206.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EB5EC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 181 236 -
CMYK 0.53 0.23 0 0.07
HSL 206.19º 0.77% 0.68% -
HSV(B) 206.19º 0.53% 0.93% -
XYZ 38.09 42.42 85.54 -
YUV 166.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 110 181 236 0.53 0.23 0 0.07 206.19 0.77 0.68
Hex 6E B5 EC 35 17 0 7 CE 4D 44
Octal 156 265 354 65 27 0 7 316 115 104
Binary 1101110 10110101 11101100 110101 10111 0 111 11001110 1001101 1000100

Color Harmonies of #6EB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB5EC

Black with #6EB5EC

Text Example


Text Example

White with #6EB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,181,236); }

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

background-color css

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

 a { background-color: rgb(110,181,236); }

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

border-color css

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

 span { border-color: rgb(110,181,236); }

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