#626FCA

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

Shades of Chetwode Blue #626FCA

Tints of Chetwode Blue #626FCA

Color information

#626FCA (or 0x626FCA) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and CA. RGB value is (98,111,202). Sum of RGB (Red+Green+Blue) = 98+111+202=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #626FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FCA is #9D9035. Grayscale: #757575. Windows color (decimal): -10326070 or 13266786. OLE color: 13266786.

HSL color Cylindrical-coordinate representation of color #626FCA: hue angle of 232.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #626FCA is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98111202-
CMYK0.510.4500.21
HSL232.5º49.52%58.82%-
HSV(B)232.5º51.49%79.22%-
XYZ21.3818.2358.27-
YUV117.49175.69114.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.84%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=23.84%
G=27.01%
B=49.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981112020.510.4500.21232.549.5258.82
Hex626FCA332D015e8323b
Octal14215731263550253506273
Binary110001011011111100101011001110110101010111101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,111,202); }

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

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

 a { background-color: rgb(98,111,202); }

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

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

 span { border-color: rgb(98,111,202); }

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