#62699A

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

Shades of Waikawa Grey #62699A

Tints of Waikawa Grey #62699A

Color information

#62699A (or 0x62699A) is unknown color: approx Waikawa Grey. HEX triplet: 62, 69 and 9A. RGB value is (98,105,154). Sum of RGB (Red+Green+Blue) = 98+105+154=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #62699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62699A is #9D9665. Grayscale: #6C6C6C. Windows color (decimal): -10327654 or 10119522. OLE color: 10119522.

HSL color Cylindrical-coordinate representation of color #62699A: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62699A is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98105154-
CMYK0.360.3200.40
HSL232.5º22.22%49.41%-
HSV(B)232.5º36.36%60.39%-
XYZ15.9215.0332.63-
YUV108.49153.68120.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=27.45%
G=29.41%
B=43.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981051540.360.3200.40232.522.2249.41
Hex62699A2420028e81631
Octal14215123244400503502661
Binary110001011010011001101010010010000001010001110100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62699A; }

 p { color: rgb(98,105,154); }

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

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

 a { background-color: rgb(98,105,154); }

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

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

 span { border-color: rgb(98,105,154); }

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