#6A7AAF

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

Shades of Chetwode Blue #6A7AAF

Tints of Chetwode Blue #6A7AAF

Color information

#6A7AAF (or 0x6A7AAF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7A and AF. RGB value is (106,122,175). Sum of RGB (Red+Green+Blue) = 106+122+175=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7AAF is #958550. Grayscale: #7B7B7B. Windows color (decimal): -9798993 or 11500138. OLE color: 11500138.

HSL color Cylindrical-coordinate representation of color #6A7AAF: hue angle of 226.09º 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 #6A7AAF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB106122175-
CMYK0.390.3000.31
HSL226.09º30.13%55.1%-
HSV(B)226.09º39.43%68.63%-
XYZ20.6420.0843.35-
YUV123.26157.2115.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.30%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=26.30%
G=30.27%
B=43.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061221750.390.3000.31226.0930.1355.1
Hex6A7AAF271E01Fe21e37
Octal15217225747360373423667
Binary1101010111101010101111100111111100111111110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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