#6A7ABF

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

Shades of Chetwode Blue #6A7ABF

Tints of Chetwode Blue #6A7ABF

Color information

#6A7ABF (or 0x6A7ABF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7A and BF. RGB value is (106,122,191). Sum of RGB (Red+Green+Blue) = 106+122+191=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ABF is #958540. Grayscale: #7C7C7C. Windows color (decimal): -9798977 or 12548714. OLE color: 12548714.

HSL color Cylindrical-coordinate representation of color #6A7ABF: hue angle of 228.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A7ABF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106122191-
CMYK0.450.3600.25
HSL228.71º39.91%58.24%-
HSV(B)228.71º44.5%74.9%-
XYZ22.3120.7452.12-
YUV125.08165.2114.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 191 (75% from 255) = 45.58%
R=25.30%
G=29.12%
B=45.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061221910.450.3600.25228.7139.9158.24
Hex6A7ABF2D24019e5283a
Octal15217227755440313455072
Binary110101011110101011111110110110010001100111100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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