Html Css Color HEX #6EAFDD Malibu

📋 copy color: '#6EAFDD'

red 110 ◦ green 175 ◦ blue 221

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

Shades of Malibu #6EAFDD

Tints of Malibu #6EAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 21.74%
G = 34.58%
B = 43.68%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EAFDD (or 0x6EAFDD) is known color: Malibu. HEX triplet: 6E, AF and DD. RGB value is (110,175,221). Sum of RGB (Red+Green+Blue) = 110+175+221=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFDD is #915022. Grayscale: #A0A0A0. Windows color (decimal): -9523235 or 14528366. OLE color: 14528366.

HSL color Cylindrical-coordinate representation of color #6EAFDD: hue angle of 204.86º degrees, saturation: 0.62, 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 #6EAFDD is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 175 221 -
CMYK 0.50 0.21 0 0.13
HSL 204.86º 0.62% 0.65% -
HSV(B) 204.86º 0.5% 0.87% -
XYZ 34.81 39.2 74.14 -
YUV 160.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 110 175 221 0.50 0.21 0 0.13 204.86 0.62 0.65
Hex 6E AF DD 32 15 0 D CD 3E 41
Octal 156 257 335 62 25 0 15 315 76 101
Binary 1101110 10101111 11011101 110010 10101 0 1101 11001101 111110 1000001

Color Harmonies of #6EAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFDD

Black with #6EAFDD

Text Example


Text Example

White with #6EAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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