#6A7CC1

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

Shades of Chetwode Blue #6A7CC1

Tints of Chetwode Blue #6A7CC1

Color information

#6A7CC1 (or 0x6A7CC1) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7C and C1. RGB value is (106,124,193). Sum of RGB (Red+Green+Blue) = 106+124+193=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A7CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7CC1 is #95833E. Grayscale: #7E7E7E. Windows color (decimal): -9798463 or 12680298. OLE color: 12680298.

HSL color Cylindrical-coordinate representation of color #6A7CC1: hue angle of 227.59º 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 #6A7CC1 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB106124193-
CMYK0.450.3600.24
HSL227.59º41.23%58.63%-
HSV(B)227.59º45.08%75.69%-
XYZ22.7821.3353.37-
YUV126.48165.54113.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=25.06%
G=29.31%
B=45.63%

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
Decimal1061241930.450.3600.24227.5941.2358.63
Hex6A7CC12D24018e4293b
Octal15217430155440303445173
Binary110101011111001100000110110110010001100011100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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