Html Css Color HEX #61679B Rich Blue

📋 copy color: '#61679B'

red 97 ◦ green 103 ◦ blue 155

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

Shades of Rich Blue #61679B

Tints of Rich Blue #61679B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 27.32%
G = 29.01%
B = 43.66%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61679B (or 0x61679B) is known color: Rich Blue. HEX triplet: 61, 67 and 9B. RGB value is (97,103,155). Sum of RGB (Red+Green+Blue) = 97+103+155=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #61679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61679B is #9E9864. Grayscale: #6A6A6A. Windows color (decimal): -10393701 or 10184545. OLE color: 10184545.

HSL color Cylindrical-coordinate representation of color #61679B: hue angle of 233.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61679B is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 103 155 -
CMYK 0.37 0.34 0 0.39
HSL 233.79º 0.23% 0.49% -
HSV(B) 233.79º 0.37% 0.61% -
XYZ 15.7 14.61 33 -
YUV 107.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 97 103 155 0.37 0.34 0 0.39 233.79 0.23 0.49
Hex 61 67 9B 25 22 0 27 EA 17 31
Octal 141 147 233 45 42 0 47 352 27 61
Binary 1100001 1100111 10011011 100101 100010 0 100111 11101010 10111 110001

Color Harmonies of #61679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61679B

Black with #61679B

Text Example


Text Example

White with #61679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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