#6774CD

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

Shades of Chetwode Blue #6774CD

Tints of Chetwode Blue #6774CD

Color information

#6774CD (or 0x6774CD) is unknown color: approx Chetwode Blue. HEX triplet: 67, 74 and CD. RGB value is (103,116,205). Sum of RGB (Red+Green+Blue) = 103+116+205=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #6774CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774CD is #988B32. Grayscale: #797979. Windows color (decimal): -9997107 or 13464679. OLE color: 13464679.

HSL color Cylindrical-coordinate representation of color #6774CD: hue angle of 232.35º 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 #6774CD is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103116205-
CMYK0.500.4300.20
HSL232.35º50.5%60.39%-
HSV(B)232.35º49.76%80.39%-
XYZ22.8619.7860.37-
YUV122.26174.69114.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.29%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=24.29%
G=27.36%
B=48.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031162050.500.4300.20232.3550.560.39
Hex6774CD322B014e8323c
Octal14716431562530243506274
Binary110011111101001100110111001010101101010011101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6774CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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