#626BB1

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

Shades of Chetwode Blue #626BB1

Tints of Chetwode Blue #626BB1

Color information

#626BB1 (or 0x626BB1) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6B and B1. RGB value is (98,107,177). Sum of RGB (Red+Green+Blue) = 98+107+177=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #626BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626BB1 is #9D944E. Grayscale: #707070. Windows color (decimal): -10327119 or 11627362. OLE color: 11627362.

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

Color convert

RGB98107177-
CMYK0.450.4000.31
HSL233.16º33.62%53.92%-
HSV(B)233.16º44.63%69.41%-
XYZ18.2316.2943.78-
YUV112.29164.52117.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.65%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=25.65%
G=28.01%
B=46.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981071770.450.4000.31233.1633.6253.92
Hex626BB12D2801Fe92236
Octal14215326155500373514266
Binary110001011010111011000110110110100001111111101001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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