Html Css Color HEX #609F9D Cadet Blue

📋 copy color: '#609F9D'

red 96 ◦ green 159 ◦ blue 157

#609F9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #609F9D

Tints of Cadet Blue #609F9D

RGB

 RED value IS 96 (37.89% from 255) = 23.3%

 GREEN value IS 159 (62.5% from 255) = 38.59%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 23.3%
G = 38.59%
B = 38.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#609F9D (or 0x609F9D) is known color: Cadet Blue. HEX triplet: 60, 9F and 9D. RGB value is (96,159,157). Sum of RGB (Red+Green+Blue) = 96+159+157=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #609F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F9D is #9F6062. Grayscale: #8B8B8B. Windows color (decimal): -10444899 or 10329952. OLE color: 10329952.

HSL color Cylindrical-coordinate representation of color #609F9D: hue angle of 178.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F9D is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 159 157 -
CMYK 0.40 0 0.01 0.38
HSL 178.1º 0.25% 0.5% -
HSV(B) 178.1º 0.4% 0.62% -
XYZ 23.31 29.72 36.41 -
YUV 139.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 96 159 157 0.40 0 0.01 0.38 178.1 0.25 0.5
Hex 60 9F 9D 28 0 1 26 B2 19 32
Octal 140 237 235 50 0 1 46 262 31 62
Binary 1100000 10011111 10011101 101000 0 1 100110 10110010 11001 110010

Color Harmonies of #609F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609F9D

Black with #609F9D

Text Example


Text Example

White with #609F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #609F9D;
 }
 .AnyTagClassName
 {
   color: #609F9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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