#6C72AF

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

Shades of Chetwode Blue #6C72AF

Tints of Chetwode Blue #6C72AF

Color information

#6C72AF (or 0x6C72AF) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 72 and AF. RGB value is (108,114,175). Sum of RGB (Red+Green+Blue) = 108+114+175=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C72AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C72AF is #938D50. Grayscale: #767676. Windows color (decimal): -9669969 or 11498092. OLE color: 11498092.

HSL color Cylindrical-coordinate representation of color #6C72AF: hue angle of 234.63º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C72AF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108114175-
CMYK0.380.3500.31
HSL234.63º29.52%55.49%-
HSV(B)234.63º38.29%68.63%-
XYZ19.9418.3243.04-
YUV119.16159.51120.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=27.20%
G=28.72%
B=44.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081141750.380.3500.31234.6329.5255.49
Hex6C72AF262301Feb1e37
Octal15416225746430373533667
Binary11011001110010101011111001101000110111111110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C72AF; }

 p { color: rgb(108,114,175); }

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

<style>
 a { background-color: #6C72AF; }

 a { background-color: rgb(108,114,175); }

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

<style>
 span { border-color: #6C72AF; }

 span { border-color: rgb(108,114,175); }

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