#627296

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

Shades of Waikawa Grey #627296

Tints of Waikawa Grey #627296

Color information

#627296 (or 0x627296) is unknown color: approx Waikawa Grey. HEX triplet: 62, 72 and 96. RGB value is (98,114,150). Sum of RGB (Red+Green+Blue) = 98+114+150=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #627296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627296 is #9D8D69. Grayscale: #717171. Windows color (decimal): -10325354 or 9859682. OLE color: 9859682.

HSL color Cylindrical-coordinate representation of color #627296: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627296 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98114150-
CMYK0.350.2400.41
HSL221.54º20.97%48.63%-
HSV(B)221.54º34.67%58.82%-
XYZ16.5616.8331.23-
YUV113.32148.7117.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=27.07%
G=31.49%
B=41.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981141500.350.2400.41221.5420.9748.63
Hex6272962318029de1531
Octal14216222643300513362561
Binary11000101110010100101101000111100001010011101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627296; }

 p { color: rgb(98,114,150); }

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

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

 a { background-color: rgb(98,114,150); }

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

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

 span { border-color: rgb(98,114,150); }

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