Html Css Color HEX #606881 Waikawa Grey

📋 copy color: '#606881'

red 96 ◦ green 104 ◦ blue 129

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

Shades of Waikawa Grey #606881

Tints of Waikawa Grey #606881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 29.18%
G = 31.61%
B = 39.21%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#606881 (or 0x606881) is known color: Waikawa Grey. HEX triplet: 60, 68 and 81. RGB value is (96,104,129). Sum of RGB (Red+Green+Blue) = 96+104+129=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #606881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606881 is #9F977E. Grayscale: #686868. Windows color (decimal): -10459007 or 8480864. OLE color: 8480864.

HSL color Cylindrical-coordinate representation of color #606881: hue angle of 225.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606881 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 104 129 -
CMYK 0.26 0.19 0 0.49
HSL 225.45º 0.15% 0.44% -
HSV(B) 225.45º 0.26% 0.51% -
XYZ 13.74 13.97 22.74 -
YUV 104.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 96 104 129 0.26 0.19 0 0.49 225.45 0.15 0.44
Hex 60 68 81 1A 13 0 31 E1 F 2C
Octal 140 150 201 32 23 0 61 341 17 54
Binary 1100000 1101000 10000001 11010 10011 0 110001 11100001 1111 101100

Color Harmonies of #606881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606881

Black with #606881

Text Example


Text Example

White with #606881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606881; }

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

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

background-color css

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

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

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

border-color css

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

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

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