#6478CD

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

Shades of Chetwode Blue #6478CD

Tints of Chetwode Blue #6478CD

Color information

#6478CD (or 0x6478CD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 78 and CD. RGB value is (100,120,205). Sum of RGB (Red+Green+Blue) = 100+120+205=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #6478CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6478CD is #9B8732. Grayscale: #7B7B7B. Windows color (decimal): -10192691 or 13465700. OLE color: 13465700.

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

Color convert

RGB100120205-
CMYK0.510.4100.20
HSL228.57º51.22%59.8%-
HSV(B)228.57º51.22%80.39%-
XYZ22.9920.5560.51-
YUV123.71173.87111.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=23.53%
G=28.24%
B=48.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001202050.510.4100.20228.5751.2259.8
Hex6478CD3329014e5333c
Octal14417031563510243456374
Binary110010011110001100110111001110100101010011100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6478CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,120,205); }

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

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

 a { background-color: rgb(100,120,205); }

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

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

 span { border-color: rgb(100,120,205); }

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