#6168C1

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

Shades of Chetwode Blue #6168C1

Tints of Chetwode Blue #6168C1

Color information

#6168C1 (or 0x6168C1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 68 and C1. RGB value is (97,104,193). Sum of RGB (Red+Green+Blue) = 97+104+193=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #6168C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168C1 is #9E973E. Grayscale: #6F6F6F. Windows color (decimal): -10393407 or 12675169. OLE color: 12675169.

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

Color convert

RGB97104193-
CMYK0.500.4600.24
HSL235.62º43.64%56.86%-
HSV(B)235.62º49.74%75.69%-
XYZ19.5116.2952.57-
YUV112.05173.68117.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 193 (75.78% from 255) = 48.98%
R=24.62%
G=26.40%
B=48.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971041930.500.4600.24235.6243.6456.86
Hex6168C1322E018ec2c39
Octal14115030162560303545471
Binary110000111010001100000111001010111001100011101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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