#6DAFE1

Color #6DAFE1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6DAFE1

Tints of Malibu #6DAFE1

Color information

#6DAFE1 (or 0x6DAFE1) is unknown color: approx Malibu. HEX triplet: 6D, AF and E1. RGB value is (109,175,225). Sum of RGB (Red+Green+Blue) = 109+175+225=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFE1 is #92501E. Grayscale: #A0A0A0. Windows color (decimal): -9588767 or 14790509. OLE color: 14790509.

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

Color convert

RGB109175225-
CMYK0.520.2200.12
HSL205.86º65.91%65.49%-
HSV(B)205.86º51.56%88.24%-
XYZ35.2339.3576.97-
YUV160.97164.1390.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.41%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=21.41%
G=34.38%
B=44.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1091752250.520.2200.12205.8665.9165.49
Hex6DAFE134160Cce4241
Octal1552573416426014316102101
Binary1101101101011111110000111010010110011001100111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,225); }

 H1.HeaderClassName
 {
   color: #6DAFE1;
 }
 .AnyTagClassName
 {
   color: #6DAFE1;
 }
</style>
background-color css

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

 a { background-color: rgb(109,175,225); }

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

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

 span { border-color: rgb(109,175,225); }

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