#6C7AC4

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

Shades of Chetwode Blue #6C7AC4

Tints of Chetwode Blue #6C7AC4

Color information

#6C7AC4 (or 0x6C7AC4) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7A and C4. RGB value is (108,122,196). Sum of RGB (Red+Green+Blue) = 108+122+196=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #6C7AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7AC4 is #93853B. Grayscale: #7D7D7D. Windows color (decimal): -9667900 or 12876396. OLE color: 12876396.

HSL color Cylindrical-coordinate representation of color #6C7AC4: hue angle of 230.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C7AC4 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB108122196-
CMYK0.450.3800.23
HSL230.45º42.72%59.61%-
HSV(B)230.45º44.9%76.86%-
XYZ23.1121.0955.08-
YUV126.25167.36114.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.35%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=25.35%
G=28.64%
B=46.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1081221960.450.3800.23230.4542.7259.61
Hex6C7AC42D26017e62b3c
Octal15417230455460273465374
Binary110110011110101100010010110110011001011111100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,122,196); }

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

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

 a { background-color: rgb(108,122,196); }

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

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

 span { border-color: rgb(108,122,196); }

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