Html Css Color HEX #6EB2E1 Malibu

📋 copy color: '#6EB2E1'

red 110 ◦ green 178 ◦ blue 225

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

Shades of Malibu #6EB2E1

Tints of Malibu #6EB2E1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 225 (88.28% from 255) = 43.86%

R = 21.44%
G = 34.7%
B = 43.86%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6EB2E1 (or 0x6EB2E1) is known color: Malibu. HEX triplet: 6E, B2 and E1. RGB value is (110,178,225). Sum of RGB (Red+Green+Blue) = 110+178+225=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EB2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2E1 is #914D1E. Grayscale: #A2A2A2. Windows color (decimal): -9522463 or 14791278. OLE color: 14791278.

HSL color Cylindrical-coordinate representation of color #6EB2E1: hue angle of 204.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EB2E1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 178 225 -
CMYK 0.51 0.21 0 0.12
HSL 204.52º 0.66% 0.66% -
HSV(B) 204.52º 0.51% 0.88% -
XYZ 35.94 40.59 77.17 -
YUV 163.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 110 178 225 0.51 0.21 0 0.12 204.52 0.66 0.66
Hex 6E B2 E1 33 15 0 C CD 42 42
Octal 156 262 341 63 25 0 14 315 102 102
Binary 1101110 10110010 11100001 110011 10101 0 1100 11001101 1000010 1000010

Color Harmonies of #6EB2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB2E1

Black with #6EB2E1

Text Example


Text Example

White with #6EB2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,178,225); }

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

background-color css

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

 a { background-color: rgb(110,178,225); }

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

border-color css

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

 span { border-color: rgb(110,178,225); }

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