#6A7CAE

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

Shades of Chetwode Blue #6A7CAE

Tints of Chetwode Blue #6A7CAE

Color information

#6A7CAE (or 0x6A7CAE) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7C and AE. RGB value is (106,124,174). Sum of RGB (Red+Green+Blue) = 106+124+174=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7CAE is #958351. Grayscale: #7C7C7C. Windows color (decimal): -9798482 or 11435114. OLE color: 11435114.

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

Color convert

RGB106124174-
CMYK0.390.2900.32
HSL224.12º29.57%54.9%-
HSV(B)224.12º39.08%68.24%-
XYZ20.7920.5442.91-
YUV124.32156.04114.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=26.24%
G=30.69%
B=43.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061241740.390.2900.32224.1229.5754.9
Hex6A7CAE271D020e01e37
Octal15217425647350403403667
Binary11010101111100101011101001111110101000001110000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,124,174); }

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

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

 a { background-color: rgb(106,124,174); }

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

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

 span { border-color: rgb(106,124,174); }

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