#6A99A4

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

Shades of Cadet Blue #6A99A4

Tints of Cadet Blue #6A99A4

Color information

#6A99A4 (or 0x6A99A4) is unknown color: approx Cadet Blue. HEX triplet: 6A, 99 and A4. RGB value is (106,153,164). Sum of RGB (Red+Green+Blue) = 106+153+164=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #6A99A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A99A4 is #95665B. Grayscale: #8C8C8C. Windows color (decimal): -9791068 or 10787178. OLE color: 10787178.

HSL color Cylindrical-coordinate representation of color #6A99A4: hue angle of 191.38º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A99A4 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB106153164-
CMYK0.350.0700.36
HSL191.38º24.17%52.94%-
HSV(B)191.38º35.37%64.31%-
XYZ24.0428.5339.36-
YUV140.2141.43103.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=25.06%
G=36.17%
B=38.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061531640.350.0700.36191.3824.1752.94
Hex6A99A4237024bf1835
Octal1522312444370442773065
Binary1101010100110011010010010001111101001001011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A99A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,164); }

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

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

 a { background-color: rgb(106,153,164); }

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

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

 span { border-color: rgb(106,153,164); }

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