Html Css Color HEX #61639E Rich Blue

📋 copy color: '#61639E'

red 97 ◦ green 99 ◦ blue 158

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

Shades of Rich Blue #61639E

Tints of Rich Blue #61639E

RGB

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

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

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

R = 27.4%
G = 27.97%
B = 44.63%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61639E (or 0x61639E) is known color: Rich Blue. HEX triplet: 61, 63 and 9E. RGB value is (97,99,158). Sum of RGB (Red+Green+Blue) = 97+99+158=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #61639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61639E is #9E9C61. Grayscale: #686868. Windows color (decimal): -10394722 or 10380129. OLE color: 10380129.

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

Color convert

RGB 97 99 158 -
CMYK 0.39 0.37 0 0.38
HSL 238.03º 0.24% 0.5% -
HSV(B) 238.03º 0.39% 0.62% -
XYZ 15.56 13.93 34.22 -
YUV 105.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 97 99 158 0.39 0.37 0 0.38 238.03 0.24 0.5
Hex 61 63 9E 27 25 0 26 EE 18 32
Octal 141 143 236 47 45 0 46 356 30 62
Binary 1100001 1100011 10011110 100111 100101 0 100110 11101110 11000 110010

Color Harmonies of #61639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61639E

Black with #61639E

Text Example


Text Example

White with #61639E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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