#6279A4

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

Shades of Waikawa Grey #6279A4

Tints of Waikawa Grey #6279A4

Color information

#6279A4 (or 0x6279A4) is unknown color: approx Waikawa Grey. HEX triplet: 62, 79 and A4. RGB value is (98,121,164). Sum of RGB (Red+Green+Blue) = 98+121+164=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #6279A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6279A4 is #9D865B. Grayscale: #767676. Windows color (decimal): -10323548 or 10778978. OLE color: 10778978.

HSL color Cylindrical-coordinate representation of color #6279A4: hue angle of 219.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6279A4 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98121164-
CMYK0.400.2600.36
HSL219.09º26.61%51.37%-
HSV(B)219.09º40.24%64.31%-
XYZ18.5818.9537.8-
YUV119.02153.38113-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 164 (64.45% from 255) = 42.82%
R=25.59%
G=31.59%
B=42.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981211640.400.2600.36219.0926.6151.37
Hex6279A4281A024db1b33
Octal14217124450320443333363
Binary11000101111001101001001010001101001001001101101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6279A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6279A4; }

 p { color: rgb(98,121,164); }

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

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

 a { background-color: rgb(98,121,164); }

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

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

 span { border-color: rgb(98,121,164); }

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