Html Css Color HEX #61959A Cadet Blue

📋 copy color: '#61959A'

red 97 ◦ green 149 ◦ blue 154

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

Shades of Cadet Blue #61959A

Tints of Cadet Blue #61959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 24.25%
G = 37.25%
B = 38.5%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61959A (or 0x61959A) is known color: Cadet Blue. HEX triplet: 61, 95 and 9A. RGB value is (97,149,154). Sum of RGB (Red+Green+Blue) = 97+149+154=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #61959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61959A is #9E6A65. Grayscale: #858585. Windows color (decimal): -10381926 or 10130785. OLE color: 10130785.

HSL color Cylindrical-coordinate representation of color #61959A: hue angle of 185.26º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61959A is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 149 154 -
CMYK 0.37 0.03 0 0.40
HSL 185.26º 0.23% 0.49% -
HSV(B) 185.26º 0.37% 0.6% -
XYZ 21.51 26.37 34.53 -
YUV 134.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 97 149 154 0.37 0.03 0 0.40 185.26 0.23 0.49
Hex 61 95 9A 25 3 0 28 B9 17 31
Octal 141 225 232 45 3 0 50 271 27 61
Binary 1100001 10010101 10011010 100101 11 0 101000 10111001 10111 110001

Color Harmonies of #61959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61959A

Black with #61959A

Text Example


Text Example

White with #61959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61959A; }

 p { color: rgb(97,149,154); }

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

background-color css

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

 a { background-color: rgb(97,149,154); }

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

border-color css

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

 span { border-color: rgb(97,149,154); }

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