Html Css Color HEX #6EC2EA Malibu

📋 copy color: '#6EC2EA'

red 110 ◦ green 194 ◦ blue 234

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

Shades of Malibu #6EC2EA

Tints of Malibu #6EC2EA

RGB

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

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

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

R = 20.45%
G = 36.06%
B = 43.49%

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

#6EC2EA (or 0x6EC2EA) is known color: Malibu. HEX triplet: 6E, C2 and EA. RGB value is (110,194,234). Sum of RGB (Red+Green+Blue) = 110+194+234=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EC2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC2EA is #913D15. Grayscale: #ADADAD. Windows color (decimal): -9518358 or 15385198. OLE color: 15385198.

HSL color Cylindrical-coordinate representation of color #6EC2EA: hue angle of 199.35º 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 #6EC2EA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 194 234 -
CMYK 0.53 0.17 0 0.08
HSL 199.35º 0.75% 0.67% -
HSV(B) 199.35º 0.53% 0.92% -
XYZ 40.57 47.84 84.94 -
YUV 173.44 162.17 82.75 -
System Red Green Blue C M Y K H S L
Decimal 110 194 234 0.53 0.17 0 0.08 199.35 0.75 0.67
Hex 6E C2 EA 35 11 0 8 C7 4B 43
Octal 156 302 352 65 21 0 10 307 113 103
Binary 1101110 11000010 11101010 110101 10001 0 1000 11000111 1001011 1000011

Color Harmonies of #6EC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC2EA

Black with #6EC2EA

Text Example


Text Example

White with #6EC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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