Html Css Color HEX #60789C Waikawa Grey

📋 copy color: '#60789C'

red 96 ◦ green 120 ◦ blue 156

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

Shades of Waikawa Grey #60789C

Tints of Waikawa Grey #60789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 25.81%
G = 32.26%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60789C (or 0x60789C) is known color: Waikawa Grey. HEX triplet: 60, 78 and 9C. RGB value is (96,120,156). Sum of RGB (Red+Green+Blue) = 96+120+156=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #60789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60789C is #9F8763. Grayscale: #747474. Windows color (decimal): -10454884 or 10254432. OLE color: 10254432.

HSL color Cylindrical-coordinate representation of color #60789C: hue angle of 216º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60789C is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 120 156 -
CMYK 0.38 0.23 0 0.39
HSL 216º 0.24% 0.49% -
HSV(B) 216º 0.38% 0.61% -
XYZ 17.54 18.32 34.06 -
YUV 116.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 96 120 156 0.38 0.23 0 0.39 216 0.24 0.49
Hex 60 78 9C 26 17 0 27 D8 18 31
Octal 140 170 234 46 27 0 47 330 30 61
Binary 1100000 1111000 10011100 100110 10111 0 100111 11011000 11000 110001

Color Harmonies of #60789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60789C

Black with #60789C

Text Example


Text Example

White with #60789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,120,156); }

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

background-color css

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

 a { background-color: rgb(96,120,156); }

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

border-color css

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

 span { border-color: rgb(96,120,156); }

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