Html Css Color HEX #6EB5DF Malibu

📋 copy color: '#6EB5DF'

red 110 ◦ green 181 ◦ blue 223

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

Shades of Malibu #6EB5DF

Tints of Malibu #6EB5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 21.4%
G = 35.21%
B = 43.39%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EB5DF (or 0x6EB5DF) is known color: Malibu. HEX triplet: 6E, B5 and DF. RGB value is (110,181,223). Sum of RGB (Red+Green+Blue) = 110+181+223=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EB5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB5DF is #914A20. Grayscale: #A4A4A4. Windows color (decimal): -9521697 or 14660974. OLE color: 14660974.

HSL color Cylindrical-coordinate representation of color #6EB5DF: hue angle of 202.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EB5DF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 181 223 -
CMYK 0.51 0.19 0 0.13
HSL 202.3º 0.64% 0.65% -
HSV(B) 202.3º 0.51% 0.87% -
XYZ 36.27 41.69 75.95 -
YUV 164.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 110 181 223 0.51 0.19 0 0.13 202.3 0.64 0.65
Hex 6E B5 DF 33 13 0 D CA 40 41
Octal 156 265 337 63 23 0 15 312 100 101
Binary 1101110 10110101 11011111 110011 10011 0 1101 11001010 1000000 1000001

Color Harmonies of #6EB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB5DF

Black with #6EB5DF

Text Example


Text Example

White with #6EB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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