Html Css Color HEX #61639D Rich Blue

📋 copy color: '#61639D'

red 97 ◦ green 99 ◦ blue 157

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

Shades of Rich Blue #61639D

Tints of Rich Blue #61639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 27.48%
G = 28.05%
B = 44.48%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61639D (or 0x61639D) is known color: Rich Blue. HEX triplet: 61, 63 and 9D. RGB value is (97,99,157). Sum of RGB (Red+Green+Blue) = 97+99+157=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #61639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61639D is #9E9C62. Grayscale: #686868. Windows color (decimal): -10394723 or 10314593. OLE color: 10314593.

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

Color convert

RGB 97 99 157 -
CMYK 0.38 0.37 0 0.38
HSL 238º 0.24% 0.5% -
HSV(B) 238º 0.38% 0.62% -
XYZ 15.48 13.9 33.77 -
YUV 105.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 97 99 157 0.38 0.37 0 0.38 238 0.24 0.5
Hex 61 63 9D 26 25 0 26 EE 18 32
Octal 141 143 235 46 45 0 46 356 30 62
Binary 1100001 1100011 10011101 100110 100101 0 100110 11101110 11000 110010

Color Harmonies of #61639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61639D

Black with #61639D

Text Example


Text Example

White with #61639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61639D; }

 p { color: rgb(97,99,157); }

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

background-color css

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

 a { background-color: rgb(97,99,157); }

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

border-color css

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

 span { border-color: rgb(97,99,157); }

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