#626C9E

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

Shades of Waikawa Grey #626C9E

Tints of Waikawa Grey #626C9E

Color information

#626C9E (or 0x626C9E) is unknown color: approx Waikawa Grey. HEX triplet: 62, 6C and 9E. RGB value is (98,108,158). Sum of RGB (Red+Green+Blue) = 98+108+158=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #626C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C9E is #9D9361. Grayscale: #6E6E6E. Windows color (decimal): -10326882 or 10382434. OLE color: 10382434.

HSL color Cylindrical-coordinate representation of color #626C9E: hue angle of 230º 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 #626C9E is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98108158-
CMYK0.380.3200.38
HSL230º23.62%50.2%-
HSV(B)230º37.97%61.96%-
XYZ16.5715.7934.52-
YUV110.71154.69118.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=26.92%
G=29.67%
B=43.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981081580.380.3200.3823023.6250.2
Hex626C9E2620026e61832
Octal14215423646400463463062
Binary110001011011001001111010011010000001001101110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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