#626F9E

Color #626F9E Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #626F9E

Tints of Waikawa Grey #626F9E

Color information

#626F9E (or 0x626F9E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6F and 9E. RGB value is (98,111,158). Sum of RGB (Red+Green+Blue) = 98+111+158=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #626F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F9E is #9D9061. Grayscale: #707070. Windows color (decimal): -10326114 or 10383202. OLE color: 10383202.

HSL color Cylindrical-coordinate representation of color #626F9E: hue angle of 227º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #626F9E is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98111158-
CMYK0.380.3000.38
HSL227º23.62%50.2%-
HSV(B)227º37.97%61.96%-
XYZ16.8916.4334.63-
YUV112.47153.69117.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=26.70%
G=30.25%
B=43.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981111580.380.3000.3822723.6250.2
Hex626F9E261E026e31832
Octal14215723646360463433062
Binary11000101101111100111101001101111001001101110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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