#6172CE

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

Shades of Chetwode Blue #6172CE

Tints of Chetwode Blue #6172CE

Color information

#6172CE (or 0x6172CE) is unknown color: approx Chetwode Blue. HEX triplet: 61, 72 and CE. RGB value is (97,114,206). Sum of RGB (Red+Green+Blue) = 97+114+206=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6172CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172CE is #9E8D31. Grayscale: #777777. Windows color (decimal): -10390834 or 13529697. OLE color: 13529697.

HSL color Cylindrical-coordinate representation of color #6172CE: hue angle of 230.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6172CE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97114206-
CMYK0.530.4500.19
HSL230.64º52.66%59.41%-
HSV(B)230.64º52.91%80.78%-
XYZ22.0919.0360.9-
YUV119.4176.87112.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 206 (80.86% from 255) = 49.40%
R=23.26%
G=27.34%
B=49.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971142060.530.4500.19230.6452.6659.41
Hex6172CE352D013e7353b
Octal14116231665550233476573
Binary110000111100101100111011010110110101001111100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6172CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6172CE; }

 p { color: rgb(97,114,206); }

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

<style>
 a { background-color: #6172CE; }

 a { background-color: rgb(97,114,206); }

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

<style>
 span { border-color: #6172CE; }

 span { border-color: rgb(97,114,206); }

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