#6172CF

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

Shades of Chetwode Blue #6172CF

Tints of Chetwode Blue #6172CF

Color information

#6172CF (or 0x6172CF) is unknown color: approx Chetwode Blue. HEX triplet: 61, 72 and CF. RGB value is (97,114,207). Sum of RGB (Red+Green+Blue) = 97+114+207=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #6172CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172CF is #9E8D30. Grayscale: #777777. Windows color (decimal): -10390833 or 13595233. OLE color: 13595233.

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

Color convert

RGB97114207-
CMYK0.530.4500.19
HSL230.73º53.4%59.61%-
HSV(B)230.73º53.14%81.18%-
XYZ22.2119.0861.54-
YUV119.52177.37111.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=23.21%
G=27.27%
B=49.52%

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
Decimal971142070.530.4500.19230.7353.459.61
Hex6172CF352D013e7353c
Octal14116231765550233476574
Binary110000111100101100111111010110110101001111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6172CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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