Html Css Color HEX #6EAFDB Malibu

📋 copy color: '#6EAFDB'

red 110 ◦ green 175 ◦ blue 219

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

Shades of Malibu #6EAFDB

Tints of Malibu #6EAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.72%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 21.83%
G = 34.72%
B = 43.45%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EAFDB (or 0x6EAFDB) is known color: Malibu. HEX triplet: 6E, AF and DB. RGB value is (110,175,219). Sum of RGB (Red+Green+Blue) = 110+175+219=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFDB is #915024. Grayscale: #A0A0A0. Windows color (decimal): -9523237 or 14397294. OLE color: 14397294.

HSL color Cylindrical-coordinate representation of color #6EAFDB: hue angle of 204.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EAFDB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 175 219 -
CMYK 0.50 0.20 0 0.14
HSL 204.22º 0.6% 0.65% -
HSV(B) 204.22º 0.5% 0.86% -
XYZ 34.55 39.09 72.74 -
YUV 160.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 110 175 219 0.50 0.20 0 0.14 204.22 0.6 0.65
Hex 6E AF DB 32 14 0 E CC 3C 41
Octal 156 257 333 62 24 0 16 314 74 101
Binary 1101110 10101111 11011011 110010 10100 0 1110 11001100 111100 1000001

Color Harmonies of #6EAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFDB

Black with #6EAFDB

Text Example


Text Example

White with #6EAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,219); }

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

background-color css

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

 a { background-color: rgb(110,175,219); }

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

border-color css

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

 span { border-color: rgb(110,175,219); }

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