#626BCD

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

Shades of Chetwode Blue #626BCD

Tints of Chetwode Blue #626BCD

Color information

#626BCD (or 0x626BCD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6B and CD. RGB value is (98,107,205). Sum of RGB (Red+Green+Blue) = 98+107+205=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #626BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BCD is #9D9432. Grayscale: #737373. Windows color (decimal): -10327091 or 13462370. OLE color: 13462370.

HSL color Cylindrical-coordinate representation of color #626BCD: hue angle of 234.95º 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 #626BCD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98107205-
CMYK0.520.4800.20
HSL234.95º51.69%59.41%-
HSV(B)234.95º52.2%80.39%-
XYZ21.3117.5260.02-
YUV115.48178.52115.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.90%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 205 (80.47% from 255) = 50%
R=23.90%
G=26.10%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981072050.520.4800.20234.9551.6959.41
Hex626BCD3430014eb343b
Octal14215331564600243536473
Binary110001011010111100110111010011000001010011101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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