Html Css Color HEX #6EB5DE Malibu

📋 copy color: '#6EB5DE'

red 110 ◦ green 181 ◦ blue 222

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

Shades of Malibu #6EB5DE

Tints of Malibu #6EB5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 21.44%
G = 35.28%
B = 43.27%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EB5DE (or 0x6EB5DE) is known color: Malibu. HEX triplet: 6E, B5 and DE. RGB value is (110,181,222). Sum of RGB (Red+Green+Blue) = 110+181+222=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #6EB5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB5DE is #914A21. Grayscale: #A4A4A4. Windows color (decimal): -9521698 or 14595438. OLE color: 14595438.

HSL color Cylindrical-coordinate representation of color #6EB5DE: hue angle of 201.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB5DE is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 181 222 -
CMYK 0.50 0.18 0 0.13
HSL 201.96º 0.63% 0.65% -
HSV(B) 201.96º 0.5% 0.87% -
XYZ 36.14 41.64 75.24 -
YUV 164.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 110 181 222 0.50 0.18 0 0.13 201.96 0.63 0.65
Hex 6E B5 DE 32 12 0 D CA 3F 41
Octal 156 265 336 62 22 0 15 312 77 101
Binary 1101110 10110101 11011110 110010 10010 0 1101 11001010 111111 1000001

Color Harmonies of #6EB5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB5DE

Black with #6EB5DE

Text Example


Text Example

White with #6EB5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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