Html Css Color HEX #60748F Waikawa Grey

📋 copy color: '#60748F'

red 96 ◦ green 116 ◦ blue 143

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

Shades of Waikawa Grey #60748F

Tints of Waikawa Grey #60748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 27.04%
G = 32.68%
B = 40.28%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60748F (or 0x60748F) is known color: Waikawa Grey. HEX triplet: 60, 74 and 8F. RGB value is (96,116,143). Sum of RGB (Red+Green+Blue) = 96+116+143=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #60748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60748F is #9F8B70. Grayscale: #707070. Windows color (decimal): -10455921 or 9401440. OLE color: 9401440.

HSL color Cylindrical-coordinate representation of color #60748F: hue angle of 214.47º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60748F is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 116 143 -
CMYK 0.33 0.19 0 0.44
HSL 214.47º 0.2% 0.47% -
HSV(B) 214.47º 0.33% 0.56% -
XYZ 16.03 16.96 28.42 -
YUV 113.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 96 116 143 0.33 0.19 0 0.44 214.47 0.2 0.47
Hex 60 74 8F 21 13 0 2C D6 14 2F
Octal 140 164 217 41 23 0 54 326 24 57
Binary 1100000 1110100 10001111 100001 10011 0 101100 11010110 10100 101111

Color Harmonies of #60748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60748F

Black with #60748F

Text Example


Text Example

White with #60748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,116,143); }

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

background-color css

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

 a { background-color: rgb(96,116,143); }

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

border-color css

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

 span { border-color: rgb(96,116,143); }

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