#60949A

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

Shades of Cadet Blue #60949A

Tints of Cadet Blue #60949A

Color information

#60949A (or 0x60949A) is unknown color: approx Cadet Blue. HEX triplet: 60, 94 and 9A. RGB value is (96,148,154). Sum of RGB (Red+Green+Blue) = 96+148+154=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #60949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60949A is #9F6B65. Grayscale: #858585. Windows color (decimal): -10447718 or 10130528. OLE color: 10130528.

HSL color Cylindrical-coordinate representation of color #60949A: hue angle of 186.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60949A is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96148154-
CMYK0.380.0400.40
HSL186.21º23.2%49.02%-
HSV(B)186.21º37.66%60.39%-
XYZ21.252634.47-
YUV133.14139.77101.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=24.12%
G=37.19%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961481540.380.0400.40186.2123.249.02
Hex60949A264028ba1731
Octal1402242324640502722761
Binary1100000100101001001101010011010001010001011101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60949A; }

 p { color: rgb(96,148,154); }

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

<style>
 a { background-color: #60949A; }

 a { background-color: rgb(96,148,154); }

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

<style>
 span { border-color: #60949A; }

 span { border-color: rgb(96,148,154); }

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