Html Css Color HEX #60677F Waikawa Grey

📋 copy color: '#60677F'

red 96 ◦ green 103 ◦ blue 127

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

Shades of Waikawa Grey #60677F

Tints of Waikawa Grey #60677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 29.45%
G = 31.6%
B = 38.96%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60677F (or 0x60677F) is known color: Waikawa Grey. HEX triplet: 60, 67 and 7F. RGB value is (96,103,127). Sum of RGB (Red+Green+Blue) = 96+103+127=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #60677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60677F is #9F9880. Grayscale: #676767. Windows color (decimal): -10459265 or 8349536. OLE color: 8349536.

HSL color Cylindrical-coordinate representation of color #60677F: hue angle of 226.45º 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 #60677F is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 103 127 -
CMYK 0.24 0.19 0 0.50
HSL 226.45º 0.14% 0.44% -
HSV(B) 226.45º 0.24% 0.5% -
XYZ 13.5 13.72 22.02 -
YUV 103.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 96 103 127 0.24 0.19 0 0.50 226.45 0.14 0.44
Hex 60 67 7F 18 13 0 32 E2 E 2C
Octal 140 147 177 30 23 0 62 342 16 54
Binary 1100000 1100111 1111111 11000 10011 0 110010 11100010 1110 101100

Color Harmonies of #60677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60677F

Black with #60677F

Text Example


Text Example

White with #60677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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