Html Css Color HEX #60738C Waikawa Grey

📋 copy color: '#60738C'

red 96 ◦ green 115 ◦ blue 140

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

Shades of Waikawa Grey #60738C

Tints of Waikawa Grey #60738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 27.35%
G = 32.76%
B = 39.89%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60738C (or 0x60738C) is known color: Waikawa Grey. HEX triplet: 60, 73 and 8C. RGB value is (96,115,140). Sum of RGB (Red+Green+Blue) = 96+115+140=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #60738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60738C is #9F8C73. Grayscale: #707070. Windows color (decimal): -10456180 or 9204576. OLE color: 9204576.

HSL color Cylindrical-coordinate representation of color #60738C: hue angle of 214.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60738C is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 115 140 -
CMYK 0.31 0.18 0 0.45
HSL 214.09º 0.19% 0.46% -
HSV(B) 214.09º 0.31% 0.55% -
XYZ 15.69 16.64 27.2 -
YUV 112.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 96 115 140 0.31 0.18 0 0.45 214.09 0.19 0.46
Hex 60 73 8C 1F 12 0 2D D6 13 2E
Octal 140 163 214 37 22 0 55 326 23 56
Binary 1100000 1110011 10001100 11111 10010 0 101101 11010110 10011 101110

Color Harmonies of #60738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60738C

Black with #60738C

Text Example


Text Example

White with #60738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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