Html Css Color HEX #6EC5EA Malibu

📋 copy color: '#6EC5EA'

red 110 ◦ green 197 ◦ blue 234

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

Shades of Malibu #6EC5EA

Tints of Malibu #6EC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.41%

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

R = 20.33%
G = 36.41%
B = 43.25%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EC5EA (or 0x6EC5EA) is known color: Malibu. HEX triplet: 6E, C5 and EA. RGB value is (110,197,234). Sum of RGB (Red+Green+Blue) = 110+197+234=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC5EA is #913A15. Grayscale: #AEAEAE. Windows color (decimal): -9517590 or 15385966. OLE color: 15385966.

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

Color convert

RGB 110 197 234 -
CMYK 0.53 0.16 0 0.08
HSL 197.9º 0.75% 0.67% -
HSV(B) 197.9º 0.53% 0.92% -
XYZ 41.25 49.19 85.16 -
YUV 175.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 110 197 234 0.53 0.16 0 0.08 197.9 0.75 0.67
Hex 6E C5 EA 35 10 0 8 C6 4B 43
Octal 156 305 352 65 20 0 10 306 113 103
Binary 1101110 11000101 11101010 110101 10000 0 1000 11000110 1001011 1000011

Color Harmonies of #6EC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC5EA

Black with #6EC5EA

Text Example


Text Example

White with #6EC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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