#6DB8EA

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

Shades of Malibu #6DB8EA

Tints of Malibu #6DB8EA

Color information

#6DB8EA (or 0x6DB8EA) is unknown color: approx Malibu. HEX triplet: 6D, B8 and EA. RGB value is (109,184,234). Sum of RGB (Red+Green+Blue) = 109+184+234=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DB8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB8EA is #924715. Grayscale: #A7A7A7. Windows color (decimal): -9586454 or 15382637. OLE color: 15382637.

HSL color Cylindrical-coordinate representation of color #6DB8EA: hue angle of 204º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DB8EA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109184234-
CMYK0.530.2100.08
HSL204º74.85%67.25%-
HSV(B)204º53.42%91.76%-
XYZ38.343.4784.21-
YUV167.27165.6586.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=20.68%
G=34.91%
B=44.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091842340.530.2100.0820474.8567.25
Hex6DB8EA351508cc4b43
Octal1552703526525010314113103
Binary1101101101110001110101011010110101010001100110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,184,234); }

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

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

 a { background-color: rgb(109,184,234); }

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

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

 span { border-color: rgb(109,184,234); }

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