Html Css Color HEX #60738F Waikawa Grey

📋 copy color: '#60738F'

red 96 ◦ green 115 ◦ blue 143

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

Shades of Waikawa Grey #60738F

Tints of Waikawa Grey #60738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 27.12%
G = 32.49%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60738F (or 0x60738F) is known color: Waikawa Grey. HEX triplet: 60, 73 and 8F. RGB value is (96,115,143). Sum of RGB (Red+Green+Blue) = 96+115+143=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #60738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60738F is #9F8C70. Grayscale: #707070. Windows color (decimal): -10456177 or 9401184. OLE color: 9401184.

HSL color Cylindrical-coordinate representation of color #60738F: hue angle of 215.74º 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 #60738F is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 115 143 -
CMYK 0.33 0.20 0 0.44
HSL 215.74º 0.2% 0.47% -
HSV(B) 215.74º 0.33% 0.56% -
XYZ 15.91 16.73 28.38 -
YUV 112.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 96 115 143 0.33 0.20 0 0.44 215.74 0.2 0.47
Hex 60 73 8F 21 14 0 2C D8 14 2F
Octal 140 163 217 41 24 0 54 330 24 57
Binary 1100000 1110011 10001111 100001 10100 0 101100 11011000 10100 101111

Color Harmonies of #60738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60738F

Black with #60738F

Text Example


Text Example

White with #60738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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