Html Css Color HEX #6EB5EA Malibu

📋 copy color: '#6EB5EA'

red 110 ◦ green 181 ◦ blue 234

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

Shades of Malibu #6EB5EA

Tints of Malibu #6EB5EA

RGB

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

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

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

R = 20.95%
G = 34.48%
B = 44.57%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EB5EA (or 0x6EB5EA) is known color: Malibu. HEX triplet: 6E, B5 and EA. RGB value is (110,181,234). Sum of RGB (Red+Green+Blue) = 110+181+234=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EB5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB5EA is #914A15. Grayscale: #A5A5A5. Windows color (decimal): -9521686 or 15381870. OLE color: 15381870.

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

Color convert

RGB 110 181 234 -
CMYK 0.53 0.23 0 0.08
HSL 205.65º 0.75% 0.67% -
HSV(B) 205.65º 0.53% 0.92% -
XYZ 37.81 42.3 84.01 -
YUV 165.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 110 181 234 0.53 0.23 0 0.08 205.65 0.75 0.67
Hex 6E B5 EA 35 17 0 8 CE 4B 43
Octal 156 265 352 65 27 0 10 316 113 103
Binary 1101110 10110101 11101010 110101 10111 0 1000 11001110 1001011 1000011

Color Harmonies of #6EB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB5EA

Black with #6EB5EA

Text Example


Text Example

White with #6EB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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