Html Css Color HEX #60759B Waikawa Grey

📋 copy color: '#60759B'

red 96 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #60759B

Tints of Waikawa Grey #60759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 26.09%
G = 31.79%
B = 42.12%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60759B (or 0x60759B) is known color: Waikawa Grey. HEX triplet: 60, 75 and 9B. RGB value is (96,117,155). Sum of RGB (Red+Green+Blue) = 96+117+155=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #60759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60759B is #9F8A64. Grayscale: #727272. Windows color (decimal): -10455653 or 10188128. OLE color: 10188128.

HSL color Cylindrical-coordinate representation of color #60759B: hue angle of 218.64º 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 #60759B is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 117 155 -
CMYK 0.38 0.25 0 0.39
HSL 218.64º 0.24% 0.49% -
HSV(B) 218.64º 0.38% 0.61% -
XYZ 17.1 17.58 33.5 -
YUV 115.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 96 117 155 0.38 0.25 0 0.39 218.64 0.24 0.49
Hex 60 75 9B 26 19 0 27 DB 18 31
Octal 140 165 233 46 31 0 47 333 30 61
Binary 1100000 1110101 10011011 100110 11001 0 100111 11011011 11000 110001

Color Harmonies of #60759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60759B

Black with #60759B

Text Example


Text Example

White with #60759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60759B; }

 p { color: rgb(96,117,155); }

 H1.HeaderClassName
 {
   color: #60759B;
 }
 .AnyTagClassName
 {
   color: #60759B;
 }
</style>

background-color css

<style>
 a { background-color: #60759B; }

 a { background-color: rgb(96,117,155); }

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

border-color css

<style>
 span { border-color: #60759B; }

 span { border-color: rgb(96,117,155); }

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