#626BAF

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

Shades of Chetwode Blue #626BAF

Tints of Chetwode Blue #626BAF

Color information

#626BAF (or 0x626BAF) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6B and AF. RGB value is (98,107,175). Sum of RGB (Red+Green+Blue) = 98+107+175=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #626BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626BAF is #9D9450. Grayscale: #6F6F6F. Windows color (decimal): -10327121 or 11496290. OLE color: 11496290.

HSL color Cylindrical-coordinate representation of color #626BAF: hue angle of 232.99º degrees, saturation: 0.32, 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 #626BAF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98107175-
CMYK0.440.3900.31
HSL232.99º32.49%53.53%-
HSV(B)232.99º44%68.63%-
XYZ18.0316.2142.74-
YUV112.06163.52117.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=25.79%
G=28.16%
B=46.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981071750.440.3900.31232.9932.4953.53
Hex626BAF2C2701Fe92036
Octal14215325754470373514066
Binary110001011010111010111110110010011101111111101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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