Html Css Color HEX #60658D Waikawa Grey

📋 copy color: '#60658D'

red 96 ◦ green 101 ◦ blue 141

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

Shades of Waikawa Grey #60658D

Tints of Waikawa Grey #60658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 28.4%
G = 29.88%
B = 41.72%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60658D (or 0x60658D) is known color: Waikawa Grey. HEX triplet: 60, 65 and 8D. RGB value is (96,101,141). Sum of RGB (Red+Green+Blue) = 96+101+141=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #60658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60658D is #9F9A72. Grayscale: #676767. Windows color (decimal): -10459763 or 9266528. OLE color: 9266528.

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

Color convert

RGB 96 101 141 -
CMYK 0.32 0.28 0 0.45
HSL 233.33º 0.19% 0.46% -
HSV(B) 233.33º 0.32% 0.55% -
XYZ 14.29 13.72 27.09 -
YUV 104.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 96 101 141 0.32 0.28 0 0.45 233.33 0.19 0.46
Hex 60 65 8D 20 1C 0 2D E9 13 2E
Octal 140 145 215 40 34 0 55 351 23 56
Binary 1100000 1100101 10001101 100000 11100 0 101101 11101001 10011 101110

Color Harmonies of #60658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60658D

Black with #60658D

Text Example


Text Example

White with #60658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60658D; }

 p { color: rgb(96,101,141); }

 H1.HeaderClassName
 {
   color: #60658D;
 }
 .AnyTagClassName
 {
   color: #60658D;
 }
</style>

background-color css

<style>
 a { background-color: #60658D; }

 a { background-color: rgb(96,101,141); }

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

border-color css

<style>
 span { border-color: #60658D; }

 span { border-color: rgb(96,101,141); }

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