#626CBE

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

Shades of Chetwode Blue #626CBE

Tints of Chetwode Blue #626CBE

Color information

#626CBE (or 0x626CBE) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6C and BE. RGB value is (98,108,190). Sum of RGB (Red+Green+Blue) = 98+108+190=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #626CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CBE is #9D9341. Grayscale: #727272. Windows color (decimal): -10326850 or 12479586. OLE color: 12479586.

HSL color Cylindrical-coordinate representation of color #626CBE: hue angle of 233.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626CBE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98108190-
CMYK0.480.4300.25
HSL233.48º41.44%56.47%-
HSV(B)233.48º48.42%74.51%-
XYZ19.6917.0450.97-
YUV114.36170.69116.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=24.75%
G=27.27%
B=47.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981081900.480.4300.25233.4841.4456.47
Hex626CBE302B019e92938
Octal14215427660530313515170
Binary110001011011001011111011000010101101100111101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,108,190); }

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

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

 a { background-color: rgb(98,108,190); }

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

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

 span { border-color: rgb(98,108,190); }

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