#626FCC

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

Shades of Chetwode Blue #626FCC

Tints of Chetwode Blue #626FCC

Color information

#626FCC (or 0x626FCC) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and CC. RGB value is (98,111,204). Sum of RGB (Red+Green+Blue) = 98+111+204=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #626FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FCC is #9D9033. Grayscale: #757575. Windows color (decimal): -10326068 or 13397858. OLE color: 13397858.

HSL color Cylindrical-coordinate representation of color #626FCC: hue angle of 232.64º degrees, saturation: 0.51, 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 #626FCC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98111204-
CMYK0.520.4600.2
HSL232.64º50.96%59.22%-
HSV(B)232.64º51.96%80%-
XYZ21.6218.3359.52-
YUV117.72176.69113.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.73%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=23.73%
G=26.88%
B=49.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981112040.520.4600.2232.6450.9659.22
Hex626FCC342E014e9333b
Octal14215731464560243516373
Binary110001011011111100110011010010111001010011101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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