#6D9EA4

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

Shades of Cadet Blue #6D9EA4

Tints of Cadet Blue #6D9EA4

Color information

#6D9EA4 (or 0x6D9EA4) is unknown color: approx Cadet Blue. HEX triplet: 6D, 9E and A4. RGB value is (109,158,164). Sum of RGB (Red+Green+Blue) = 109+158+164=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D9EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9EA4 is #92615B. Grayscale: #8F8F8F. Windows color (decimal): -9593180 or 10788461. OLE color: 10788461.

HSL color Cylindrical-coordinate representation of color #6D9EA4: hue angle of 186.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D9EA4 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB109158164-
CMYK0.340.0400.36
HSL186.55º23.21%53.53%-
HSV(B)186.55º33.54%64.31%-
XYZ25.2330.3939.66-
YUV144.03139.27103.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=25.29%
G=36.66%
B=38.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091581640.340.0400.36186.5523.2153.53
Hex6D9EA4224024bb1736
Octal1552362444240442732766
Binary1101101100111101010010010001010001001001011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,158,164); }

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

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

 a { background-color: rgb(109,158,164); }

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

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

 span { border-color: rgb(109,158,164); }

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