Html Css Color HEX #606884 Waikawa Grey

📋 copy color: '#606884'

red 96 ◦ green 104 ◦ blue 132

#606884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #606884

Tints of Waikawa Grey #606884

RGB

 RED value IS 96 (37.89% from 255) = 28.92%

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 28.92%
G = 31.33%
B = 39.76%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606884 (or 0x606884) is known color: Waikawa Grey. HEX triplet: 60, 68 and 84. RGB value is (96,104,132). Sum of RGB (Red+Green+Blue) = 96+104+132=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #606884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606884 is #9F977B. Grayscale: #686868. Windows color (decimal): -10459004 or 8677472. OLE color: 8677472.

HSL color Cylindrical-coordinate representation of color #606884: hue angle of 226.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606884 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 104 132 -
CMYK 0.27 0.21 0 0.48
HSL 226.67º 0.16% 0.45% -
HSV(B) 226.67º 0.27% 0.52% -
XYZ 13.94 14.05 23.81 -
YUV 104.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 96 104 132 0.27 0.21 0 0.48 226.67 0.16 0.45
Hex 60 68 84 1B 15 0 30 E3 10 2D
Octal 140 150 204 33 25 0 60 343 20 55
Binary 1100000 1101000 10000100 11011 10101 0 110000 11100011 10000 101101

Color Harmonies of #606884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606884

Black with #606884

Text Example


Text Example

White with #606884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606884; }

 p { color: rgb(96,104,132); }

 H1.HeaderClassName
 {
   color: #606884;
 }
 .AnyTagClassName
 {
   color: #606884;
 }
</style>

background-color css

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

 a { background-color: rgb(96,104,132); }

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

border-color css

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

 span { border-color: rgb(96,104,132); }

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