Html Css Color HEX #60687F Waikawa Grey

📋 copy color: '#60687F'

red 96 ◦ green 104 ◦ blue 127

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

Shades of Waikawa Grey #60687F

Tints of Waikawa Grey #60687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 29.36%
G = 31.8%
B = 38.84%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60687F (or 0x60687F) is known color: Waikawa Grey. HEX triplet: 60, 68 and 7F. RGB value is (96,104,127). Sum of RGB (Red+Green+Blue) = 96+104+127=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #60687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687F is #9F9780. Grayscale: #686868. Windows color (decimal): -10459009 or 8349792. OLE color: 8349792.

HSL color Cylindrical-coordinate representation of color #60687F: hue angle of 224.52º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60687F is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 104 127 -
CMYK 0.24 0.18 0 0.50
HSL 224.52º 0.14% 0.44% -
HSV(B) 224.52º 0.24% 0.5% -
XYZ 13.6 13.92 22.05 -
YUV 104.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 96 104 127 0.24 0.18 0 0.50 224.52 0.14 0.44
Hex 60 68 7F 18 12 0 32 E1 E 2C
Octal 140 150 177 30 22 0 62 341 16 54
Binary 1100000 1101000 1111111 11000 10010 0 110010 11100001 1110 101100

Color Harmonies of #60687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60687F

Black with #60687F

Text Example


Text Example

White with #60687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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