#6A7BC1

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

Shades of Chetwode Blue #6A7BC1

Tints of Chetwode Blue #6A7BC1

Color information

#6A7BC1 (or 0x6A7BC1) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7B and C1. RGB value is (106,123,193). Sum of RGB (Red+Green+Blue) = 106+123+193=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A7BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BC1 is #95843E. Grayscale: #7D7D7D. Windows color (decimal): -9798719 or 12680042. OLE color: 12680042.

HSL color Cylindrical-coordinate representation of color #6A7BC1: hue angle of 228.28º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A7BC1 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB106123193-
CMYK0.450.3600.24
HSL228.28º41.23%58.63%-
HSV(B)228.28º45.08%75.69%-
XYZ22.6521.0853.33-
YUV125.9165.87113.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.12%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 193 (75.78% from 255) = 45.73%
R=25.12%
G=29.15%
B=45.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061231930.450.3600.24228.2841.2358.63
Hex6A7BC12D24018e4293b
Octal15217330155440303445173
Binary110101011110111100000110110110010001100011100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,193); }

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

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

 a { background-color: rgb(106,123,193); }

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

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

 span { border-color: rgb(106,123,193); }

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