#6773BE

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

Shades of Chetwode Blue #6773BE

Tints of Chetwode Blue #6773BE

Color information

#6773BE (or 0x6773BE) is unknown color: approx Chetwode Blue. HEX triplet: 67, 73 and BE. RGB value is (103,115,190). Sum of RGB (Red+Green+Blue) = 103+115+190=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #6773BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773BE is #988C41. Grayscale: #777777. Windows color (decimal): -9997378 or 12481383. OLE color: 12481383.

HSL color Cylindrical-coordinate representation of color #6773BE: hue angle of 231.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6773BE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103115190-
CMYK0.460.3900.25
HSL231.72º40.09%57.45%-
HSV(B)231.72º45.79%74.51%-
XYZ21.0218.8651.25-
YUV119.96167.52115.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.25%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=25.25%
G=28.19%
B=46.57%

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
Decimal1031151900.460.3900.25231.7240.0957.45
Hex6773BE2E27019e82839
Octal14716327656470313505071
Binary110011111100111011111010111010011101100111101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6773BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6773BE; }

 p { color: rgb(103,115,190); }

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

<style>
 a { background-color: #6773BE; }

 a { background-color: rgb(103,115,190); }

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

<style>
 span { border-color: #6773BE; }

 span { border-color: rgb(103,115,190); }

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