#6276A4

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

Shades of Waikawa Grey #6276A4

Tints of Waikawa Grey #6276A4

Color information

#6276A4 (or 0x6276A4) is unknown color: approx Waikawa Grey. HEX triplet: 62, 76 and A4. RGB value is (98,118,164). Sum of RGB (Red+Green+Blue) = 98+118+164=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #6276A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6276A4 is #9D895B. Grayscale: #757575. Windows color (decimal): -10324316 or 10778210. OLE color: 10778210.

HSL color Cylindrical-coordinate representation of color #6276A4: hue angle of 221.82º 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 #6276A4 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98118164-
CMYK0.400.2800.36
HSL221.82º26.61%51.37%-
HSV(B)221.82º40.24%64.31%-
XYZ18.2218.2337.68-
YUV117.26154.37114.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=25.79%
G=31.05%
B=43.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981181640.400.2800.36221.8226.6151.37
Hex6276A4281C024de1b33
Octal14216624450340443363363
Binary11000101110110101001001010001110001001001101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6276A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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