#6A78C1

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

Shades of Chetwode Blue #6A78C1

Tints of Chetwode Blue #6A78C1

Color information

#6A78C1 (or 0x6A78C1) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 78 and C1. RGB value is (106,120,193). Sum of RGB (Red+Green+Blue) = 106+120+193=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A78C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A78C1 is #95873E. Grayscale: #7B7B7B. Windows color (decimal): -9799487 or 12679274. OLE color: 12679274.

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

Color convert

RGB106120193-
CMYK0.450.3800.24
HSL230.34º41.23%58.63%-
HSV(B)230.34º45.08%75.69%-
XYZ22.2920.3553.2-
YUV124.14166.86115.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=25.30%
G=28.64%
B=46.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061201930.450.3800.24230.3441.2358.63
Hex6A78C12D26018e6293b
Octal15217030155460303465173
Binary110101011110001100000110110110011001100011100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A78C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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