#626DCD

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

Shades of Chetwode Blue #626DCD

Tints of Chetwode Blue #626DCD

Color information

#626DCD (or 0x626DCD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6D and CD. RGB value is (98,109,205). Sum of RGB (Red+Green+Blue) = 98+109+205=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #626DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DCD is #9D9232. Grayscale: #747474. Windows color (decimal): -10326579 or 13462882. OLE color: 13462882.

HSL color Cylindrical-coordinate representation of color #626DCD: hue angle of 233.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #626DCD is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98109205-
CMYK0.520.4700.20
HSL233.83º51.69%59.41%-
HSV(B)233.83º52.2%80.39%-
XYZ21.5317.9460.09-
YUV116.66177.86114.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.79%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=23.79%
G=26.46%
B=49.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981092050.520.4700.20233.8351.6959.41
Hex626DCD342F014ea343b
Octal14215531564570243526473
Binary110001011011011100110111010010111101010011101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626DCD; }

 p { color: rgb(98,109,205); }

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

<style>
 a { background-color: #626DCD; }

 a { background-color: rgb(98,109,205); }

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

<style>
 span { border-color: #626DCD; }

 span { border-color: rgb(98,109,205); }

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