#6170CF

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

Shades of Chetwode Blue #6170CF

Tints of Chetwode Blue #6170CF

Color information

#6170CF (or 0x6170CF) is unknown color: approx Chetwode Blue. HEX triplet: 61, 70 and CF. RGB value is (97,112,207). Sum of RGB (Red+Green+Blue) = 97+112+207=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #6170CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170CF is #9E8F30. Grayscale: #757575. Windows color (decimal): -10391345 or 13594721. OLE color: 13594721.

HSL color Cylindrical-coordinate representation of color #6170CF: hue angle of 231.82º 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 #6170CF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97112207-
CMYK0.530.4600.19
HSL231.82º53.4%59.61%-
HSV(B)231.82º53.14%81.18%-
XYZ21.9918.6361.47-
YUV118.34178.03112.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.32%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=23.32%
G=26.92%
B=49.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971122070.530.4600.19231.8253.459.61
Hex6170CF352E013e8353c
Octal14116031765560233506574
Binary110000111100001100111111010110111001001111101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6170CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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