#6162C1

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

Shades of Chetwode Blue #6162C1

Tints of Chetwode Blue #6162C1

Color information

#6162C1 (or 0x6162C1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 62 and C1. RGB value is (97,98,193). Sum of RGB (Red+Green+Blue) = 97+98+193=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #6162C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162C1 is #9E9D3E. Grayscale: #6C6C6C. Windows color (decimal): -10394943 or 12673633. OLE color: 12673633.

HSL color Cylindrical-coordinate representation of color #6162C1: hue angle of 239.38º 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 #6162C1 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9798193-
CMYK0.500.4900.24
HSL239.38º43.64%56.86%-
HSV(B)239.38º49.74%75.69%-
XYZ18.9215.1352.37-
YUV108.53175.67119.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=25%
G=25.26%
B=49.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97981930.500.4900.24239.3843.6456.86
Hex6162C13231018ef2c39
Octal14114230162610303575471
Binary110000111000101100000111001011000101100011101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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