Html Css Color HEX #61679E Rich Blue

📋 copy color: '#61679E'

red 97 ◦ green 103 ◦ blue 158

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

Shades of Rich Blue #61679E

Tints of Rich Blue #61679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 27.09%
G = 28.77%
B = 44.13%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61679E (or 0x61679E) is known color: Rich Blue. HEX triplet: 61, 67 and 9E. RGB value is (97,103,158). Sum of RGB (Red+Green+Blue) = 97+103+158=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #61679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61679E is #9E9861. Grayscale: #6B6B6B. Windows color (decimal): -10393698 or 10381153. OLE color: 10381153.

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

Color convert

RGB 97 103 158 -
CMYK 0.39 0.35 0 0.38
HSL 234.1º 0.24% 0.5% -
HSV(B) 234.1º 0.39% 0.62% -
XYZ 15.95 14.71 34.35 -
YUV 107.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 97 103 158 0.39 0.35 0 0.38 234.1 0.24 0.5
Hex 61 67 9E 27 23 0 26 EA 18 32
Octal 141 147 236 47 43 0 46 352 30 62
Binary 1100001 1100111 10011110 100111 100011 0 100110 11101010 11000 110010

Color Harmonies of #61679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61679E

Black with #61679E

Text Example


Text Example

White with #61679E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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