#626FAC

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

Shades of Chetwode Blue #626FAC

Tints of Chetwode Blue #626FAC

Color information

#626FAC (or 0x626FAC) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and AC. RGB value is (98,111,172). Sum of RGB (Red+Green+Blue) = 98+111+172=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #626FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FAC is #9D9053. Grayscale: #717171. Windows color (decimal): -10326100 or 11300706. OLE color: 11300706.

HSL color Cylindrical-coordinate representation of color #626FAC: hue angle of 229.46º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #626FAC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98111172-
CMYK0.430.3500.33
HSL229.46º30.83%52.94%-
HSV(B)229.46º43.02%67.45%-
XYZ18.1716.9441.34-
YUV114.07160.69116.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.72%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=25.72%
G=29.13%
B=45.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981111720.430.3500.33229.4630.8352.94
Hex626FAC2B23021e51f35
Octal14215725453430413453765
Binary110001011011111010110010101110001101000011110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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