Html Css Color HEX #6EC2EB Malibu

📋 copy color: '#6EC2EB'

red 110 ◦ green 194 ◦ blue 235

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

Shades of Malibu #6EC2EB

Tints of Malibu #6EC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.99%

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 20.41%
G = 35.99%
B = 43.6%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EC2EB (or 0x6EC2EB) is known color: Malibu. HEX triplet: 6E, C2 and EB. RGB value is (110,194,235). Sum of RGB (Red+Green+Blue) = 110+194+235=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC2EB is #913D14. Grayscale: #ADADAD. Windows color (decimal): -9518357 or 15450734. OLE color: 15450734.

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

Color convert

RGB 110 194 235 -
CMYK 0.53 0.17 0 0.08
HSL 199.68º 0.76% 0.68% -
HSV(B) 199.68º 0.53% 0.92% -
XYZ 40.72 47.9 85.7 -
YUV 173.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 110 194 235 0.53 0.17 0 0.08 199.68 0.76 0.68
Hex 6E C2 EB 35 11 0 8 C8 4C 44
Octal 156 302 353 65 21 0 10 310 114 104
Binary 1101110 11000010 11101011 110101 10001 0 1000 11001000 1001100 1000100

Color Harmonies of #6EC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC2EB

Black with #6EC2EB

Text Example


Text Example

White with #6EC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,194,235); }

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

background-color css

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

 a { background-color: rgb(110,194,235); }

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

border-color css

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

 span { border-color: rgb(110,194,235); }

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