Html Css Color HEX #61989F Cadet Blue

📋 copy color: '#61989F'

red 97 ◦ green 152 ◦ blue 159

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

Shades of Cadet Blue #61989F

Tints of Cadet Blue #61989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 23.77%
G = 37.25%
B = 38.97%

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

#61989F (or 0x61989F) is known color: Cadet Blue. HEX triplet: 61, 98 and 9F. RGB value is (97,152,159). Sum of RGB (Red+Green+Blue) = 97+152+159=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #61989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61989F is #9E6760. Grayscale: #888888. Windows color (decimal): -10381153 or 10459233. OLE color: 10459233.

HSL color Cylindrical-coordinate representation of color #61989F: hue angle of 186.77º 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 #61989F is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 152 159 -
CMYK 0.39 0.04 0 0.38
HSL 186.77º 0.24% 0.5% -
HSV(B) 186.77º 0.39% 0.62% -
XYZ 22.42 27.5 36.93 -
YUV 136.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 97 152 159 0.39 0.04 0 0.38 186.77 0.24 0.5
Hex 61 98 9F 27 4 0 26 BB 18 32
Octal 141 230 237 47 4 0 46 273 30 62
Binary 1100001 10011000 10011111 100111 100 0 100110 10111011 11000 110010

Color Harmonies of #61989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61989F

Black with #61989F

Text Example


Text Example

White with #61989F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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