#6A74AF

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

Shades of Chetwode Blue #6A74AF

Tints of Chetwode Blue #6A74AF

Color information

#6A74AF (or 0x6A74AF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 74 and AF. RGB value is (106,116,175). Sum of RGB (Red+Green+Blue) = 106+116+175=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 116 (45.70% from 255 or 29.22% 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 #6A74AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A74AF is #958B50. Grayscale: #777777. Windows color (decimal): -9800529 or 11498602. OLE color: 11498602.

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

Color convert

RGB106116175-
CMYK0.390.3400.31
HSL231.3º30.13%55.1%-
HSV(B)231.3º39.43%68.63%-
XYZ19.9318.6543.11-
YUV119.74159.19118.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=26.70%
G=29.22%
B=44.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061161750.390.3400.31231.330.1355.1
Hex6A74AF272201Fe71e37
Octal15216425747420373473667
Binary11010101110100101011111001111000100111111110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,175); }

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

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

 a { background-color: rgb(106,116,175); }

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

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

 span { border-color: rgb(106,116,175); }

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