#626FBD

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

Shades of Chetwode Blue #626FBD

Tints of Chetwode Blue #626FBD

Color information

#626FBD (or 0x626FBD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and BD. RGB value is (98,111,189). Sum of RGB (Red+Green+Blue) = 98+111+189=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #626FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FBD is #9D9042. Grayscale: #737373. Windows color (decimal): -10326083 or 12414818. OLE color: 12414818.

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

Color convert

RGB98111189-
CMYK0.480.4100.26
HSL231.43º40.81%56.27%-
HSV(B)231.43º48.15%74.12%-
XYZ19.9117.6450.5-
YUV116169.19115.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=24.62%
G=27.89%
B=47.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981111890.480.4100.26231.4340.8156.27
Hex626FBD302901Ae72938
Octal14215727560510323475170
Binary110001011011111011110111000010100101101011100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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