#6175CE

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

Shades of Chetwode Blue #6175CE

Tints of Chetwode Blue #6175CE

Color information

#6175CE (or 0x6175CE) is unknown color: approx Chetwode Blue. HEX triplet: 61, 75 and CE. RGB value is (97,117,206). Sum of RGB (Red+Green+Blue) = 97+117+206=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6175CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175CE is #9E8A31. Grayscale: #787878. Windows color (decimal): -10390066 or 13530465. OLE color: 13530465.

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

Color convert

RGB97117206-
CMYK0.530.4300.19
HSL228.99º52.66%59.41%-
HSV(B)228.99º52.91%80.78%-
XYZ22.4319.7261.02-
YUV121.17175.87110.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.10%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=23.10%
G=27.86%
B=49.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971172060.530.4300.19228.9952.6659.41
Hex6175CE352B013e5353b
Octal14116531665530233456573
Binary110000111101011100111011010110101101001111100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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