Html Css Color HEX #61989E Cadet Blue

📋 copy color: '#61989E'

red 97 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #61989E

Tints of Cadet Blue #61989E

RGB

 RED value IS 97 (38.28% from 255) = 23.83%

 GREEN value IS 152 (59.77% from 255) = 37.35%

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 23.83%
G = 37.35%
B = 38.82%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61989E (or 0x61989E) is known color: Cadet Blue. HEX triplet: 61, 98 and 9E. RGB value is (97,152,158). Sum of RGB (Red+Green+Blue) = 97+152+158=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #61989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61989E is #9E6761. Grayscale: #888888. Windows color (decimal): -10381154 or 10393697. OLE color: 10393697.

HSL color Cylindrical-coordinate representation of color #61989E: hue angle of 185.9º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61989E is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 152 158 -
CMYK 0.39 0.04 0 0.38
HSL 185.9º 0.24% 0.5% -
HSV(B) 185.9º 0.39% 0.62% -
XYZ 22.33 27.47 36.47 -
YUV 136.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 97 152 158 0.39 0.04 0 0.38 185.9 0.24 0.5
Hex 61 98 9E 27 4 0 26 BA 18 32
Octal 141 230 236 47 4 0 46 272 30 62
Binary 1100001 10011000 10011110 100111 100 0 100110 10111010 11000 110010

Color Harmonies of #61989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61989E

Black with #61989E

Text Example


Text Example

White with #61989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61989E; }

 p { color: rgb(97,152,158); }

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

background-color css

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

 a { background-color: rgb(97,152,158); }

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

border-color css

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

 span { border-color: rgb(97,152,158); }

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