#62678B

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

Shades of Waikawa Grey #62678B

Tints of Waikawa Grey #62678B

Color information

#62678B (or 0x62678B) is unknown color: approx Waikawa Grey. HEX triplet: 62, 67 and 8B. RGB value is (98,103,139). Sum of RGB (Red+Green+Blue) = 98+103+139=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #62678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62678B is #9D9874. Grayscale: #696969. Windows color (decimal): -10328181 or 9135970. OLE color: 9135970.

HSL color Cylindrical-coordinate representation of color #62678B: hue angle of 232.68º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62678B is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98103139-
CMYK0.290.2600.45
HSL232.68º17.3%46.47%-
HSV(B)232.68º29.5%54.51%-
XYZ14.5514.1626.39-
YUV105.61146.84122.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=28.82%
G=30.29%
B=40.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981031390.290.2600.45232.6817.346.47
Hex62678B1D1A02De9112e
Octal14214721335320553512156
Binary1100010110011110001011111011101001011011110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62678B; }

 p { color: rgb(98,103,139); }

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

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

 a { background-color: rgb(98,103,139); }

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

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

 span { border-color: rgb(98,103,139); }

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