Html Css Color HEX #609C92 Cadet Blue

📋 copy color: '#609C92'

red 96 ◦ green 156 ◦ blue 146

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

Shades of Cadet Blue #609C92

Tints of Cadet Blue #609C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 24.12%
G = 39.2%
B = 36.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#609C92 (or 0x609C92) is known color: Cadet Blue. HEX triplet: 60, 9C and 92. RGB value is (96,156,146). Sum of RGB (Red+Green+Blue) = 96+156+146=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #609C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C92 is #9F636D. Grayscale: #888888. Windows color (decimal): -10445678 or 9608288. OLE color: 9608288.

HSL color Cylindrical-coordinate representation of color #609C92: hue angle of 170º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609C92 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 156 146 -
CMYK 0.38 0 0.06 0.39
HSL 170º 0.24% 0.49% -
HSV(B) 170º 0.38% 0.61% -
XYZ 21.9 28.34 31.51 -
YUV 136.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 96 156 146 0.38 0 0.06 0.39 170 0.24 0.49
Hex 60 9C 92 26 0 6 27 AA 18 31
Octal 140 234 222 46 0 6 47 252 30 61
Binary 1100000 10011100 10010010 100110 0 110 100111 10101010 11000 110001

Color Harmonies of #609C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609C92

Black with #609C92

Text Example


Text Example

White with #609C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,156,146); }

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

background-color css

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

 a { background-color: rgb(96,156,146); }

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

border-color css

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

 span { border-color: rgb(96,156,146); }

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