#6774BF

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

Shades of Chetwode Blue #6774BF

Tints of Chetwode Blue #6774BF

Color information

#6774BF (or 0x6774BF) is unknown color: approx Chetwode Blue. HEX triplet: 67, 74 and BF. RGB value is (103,116,191). Sum of RGB (Red+Green+Blue) = 103+116+191=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6774BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774BF is #988B40. Grayscale: #787878. Windows color (decimal): -9997121 or 12547175. OLE color: 12547175.

HSL color Cylindrical-coordinate representation of color #6774BF: hue angle of 231.14º 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 #6774BF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103116191-
CMYK0.460.3900.25
HSL231.14º40.74%57.65%-
HSV(B)231.14º46.07%74.9%-
XYZ21.2419.1451.86-
YUV120.66167.69115.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.12%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 191 (75% from 255) = 46.59%
R=25.12%
G=28.29%
B=46.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031161910.460.3900.25231.1440.7457.65
Hex6774BF2E27019e7293a
Octal14716427756470313475172
Binary110011111101001011111110111010011101100111100111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6774BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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