#61669D

Color #61669D Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #61669D

Tints of Rich Blue #61669D

Color information

#61669D (or 0x61669D) is unknown color: approx Rich Blue. HEX triplet: 61, 66 and 9D. RGB value is (97,102,157). Sum of RGB (Red+Green+Blue) = 97+102+157=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #61669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61669D is #9E9962. Grayscale: #6A6A6A. Windows color (decimal): -10393955 or 10315361. OLE color: 10315361.

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

Color convert

RGB97102157-
CMYK0.380.3500.38
HSL235º23.62%49.8%-
HSV(B)235º38.22%61.57%-
XYZ15.7714.4833.86-
YUV106.78156.34121.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=27.25%
G=28.65%
B=44.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971021570.380.3500.3823523.6249.8
Hex61669D2623026eb1832
Octal14114623546430463533062
Binary110000111001101001110110011010001101001101110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61669D;
 }
 .AnyTagClassName
 {
   color: #61669D;
 }
</style>
background-color css

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

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

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

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

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

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