Html Css Color HEX #609793 Cadet Blue

📋 copy color: '#609793'

red 96 ◦ green 151 ◦ blue 147

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

Shades of Cadet Blue #609793

Tints of Cadet Blue #609793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 24.37%
G = 38.32%
B = 37.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#609793 (or 0x609793) is known color: Cadet Blue. HEX triplet: 60, 97 and 93. RGB value is (96,151,147). Sum of RGB (Red+Green+Blue) = 96+151+147=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #609793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609793 is #9F686C. Grayscale: #868686. Windows color (decimal): -10446957 or 9672544. OLE color: 9672544.

HSL color Cylindrical-coordinate representation of color #609793: hue angle of 175.64º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609793 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 147 -
CMYK 0.36 0 0.03 0.41
HSL 175.64º 0.22% 0.48% -
HSV(B) 175.64º 0.36% 0.59% -
XYZ 21.16 26.73 31.65 -
YUV 134.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 96 151 147 0.36 0 0.03 0.41 175.64 0.22 0.48
Hex 60 97 93 24 0 3 29 B0 16 30
Octal 140 227 223 44 0 3 51 260 26 60
Binary 1100000 10010111 10010011 100100 0 11 101001 10110000 10110 110000

Color Harmonies of #609793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609793

Black with #609793

Text Example


Text Example

White with #609793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609793; }

 p { color: rgb(96,151,147); }

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

background-color css

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

 a { background-color: rgb(96,151,147); }

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

border-color css

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

 span { border-color: rgb(96,151,147); }

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