#609DA5

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

Shades of Cadet Blue #609DA5

Tints of Cadet Blue #609DA5

Color information

#609DA5 (or 0x609DA5) is unknown color: approx Cadet Blue. HEX triplet: 60, 9D and A5. RGB value is (96,157,165). Sum of RGB (Red+Green+Blue) = 96+157+165=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 165 - color contains mainly: blue. Hex color #609DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609DA5 is #9F625A. Grayscale: #8B8B8B. Windows color (decimal): -10445403 or 10853728. OLE color: 10853728.

HSL color Cylindrical-coordinate representation of color #609DA5: hue angle of 186.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #609DA5 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96157165-
CMYK0.420.0500.35
HSL186.96º27.71%51.18%-
HSV(B)186.96º41.82%64.71%-
XYZ23.6729.3240.01-
YUV139.67142.2996.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=22.97%
G=37.56%
B=39.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961571650.420.0500.35186.9627.7151.18
Hex609DA52A5023bb1c33
Octal1402352455250432733463
Binary1100000100111011010010110101010101000111011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609DA5; }

 p { color: rgb(96,157,165); }

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

<style>
 a { background-color: #609DA5; }

 a { background-color: rgb(96,157,165); }

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

<style>
 span { border-color: #609DA5; }

 span { border-color: rgb(96,157,165); }

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