#6774C0

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

Shades of Chetwode Blue #6774C0

Tints of Chetwode Blue #6774C0

Color information

#6774C0 (or 0x6774C0) is unknown color: approx Chetwode Blue. HEX triplet: 67, 74 and C0. RGB value is (103,116,192). Sum of RGB (Red+Green+Blue) = 103+116+192=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #6774C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774C0 is #988B3F. Grayscale: #787878. Windows color (decimal): -9997120 or 12612711. OLE color: 12612711.

HSL color Cylindrical-coordinate representation of color #6774C0: hue angle of 231.24º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6774C0 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103116192-
CMYK0.460.4000.25
HSL231.24º41.4%57.84%-
HSV(B)231.24º46.35%75.29%-
XYZ21.3519.1852.45-
YUV120.78168.19115.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.06%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 192 (75.39% from 255) = 46.72%
R=25.06%
G=28.22%
B=46.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031161920.460.4000.25231.2441.457.84
Hex6774C02E28019e7293a
Octal14716430056500313475172
Binary110011111101001100000010111010100001100111100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6774C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6774C0; }

 p { color: rgb(103,116,192); }

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

<style>
 a { background-color: #6774C0; }

 a { background-color: rgb(103,116,192); }

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

<style>
 span { border-color: #6774C0; }

 span { border-color: rgb(103,116,192); }

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