#626FB0

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

Shades of Chetwode Blue #626FB0

Tints of Chetwode Blue #626FB0

Color information

#626FB0 (or 0x626FB0) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and B0. RGB value is (98,111,176). Sum of RGB (Red+Green+Blue) = 98+111+176=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #626FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FB0 is #9D904F. Grayscale: #727272. Windows color (decimal): -10326096 or 11562850. OLE color: 11562850.

HSL color Cylindrical-coordinate representation of color #626FB0: hue angle of 230º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #626FB0 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98111176-
CMYK0.440.3700.31
HSL230º33.05%53.73%-
HSV(B)230º44.32%69.02%-
XYZ18.5617.143.4-
YUV114.52162.69116.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=25.45%
G=28.83%
B=45.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981111760.440.3700.3123033.0553.73
Hex626FB02C2501Fe62136
Octal14215726054450373464166
Binary110001011011111011000010110010010101111111100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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