#6773CD

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

Shades of Chetwode Blue #6773CD

Tints of Chetwode Blue #6773CD

Color information

#6773CD (or 0x6773CD) is unknown color: approx Chetwode Blue. HEX triplet: 67, 73 and CD. RGB value is (103,115,205). Sum of RGB (Red+Green+Blue) = 103+115+205=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #6773CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773CD is #988C32. Grayscale: #797979. Windows color (decimal): -9997363 or 13464423. OLE color: 13464423.

HSL color Cylindrical-coordinate representation of color #6773CD: hue angle of 232.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6773CD is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103115205-
CMYK0.500.4400.20
HSL232.94º50.5%60.39%-
HSV(B)232.94º49.76%80.39%-
XYZ22.7419.5560.33-
YUV121.67175.02114.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=24.35%
G=27.19%
B=48.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031152050.500.4400.20232.9450.560.39
Hex6773CD322C014e9323c
Octal14716331562540243516274
Binary110011111100111100110111001010110001010011101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6773CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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