#6164C1

Color #6164C1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6164C1

Tints of Chetwode Blue #6164C1

Color information

#6164C1 (or 0x6164C1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 64 and C1. RGB value is (97,100,193). Sum of RGB (Red+Green+Blue) = 97+100+193=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #6164C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6164C1 is #9E9B3E. Grayscale: #6D6D6D. Windows color (decimal): -10394431 or 12674145. OLE color: 12674145.

HSL color Cylindrical-coordinate representation of color #6164C1: hue angle of 238.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6164C1 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97100193-
CMYK0.500.4800.24
HSL238.12º43.64%56.86%-
HSV(B)238.12º49.74%75.69%-
XYZ19.1115.5152.44-
YUV109.71175.01118.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=24.87%
G=25.64%
B=49.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971001930.500.4800.24238.1243.6456.86
Hex6164C13230018ee2c39
Octal14114430162600303565471
Binary110000111001001100000111001011000001100011101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6164C1; }

 p { color: rgb(97,100,193); }

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

<style>
 a { background-color: #6164C1; }

 a { background-color: rgb(97,100,193); }

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

<style>
 span { border-color: #6164C1; }

 span { border-color: rgb(97,100,193); }

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