Html Css Color HEX #60688A Waikawa Grey

📋 copy color: '#60688A'

red 96 ◦ green 104 ◦ blue 138

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

Shades of Waikawa Grey #60688A

Tints of Waikawa Grey #60688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 28.4%
G = 30.77%
B = 40.83%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60688A (or 0x60688A) is known color: Waikawa Grey. HEX triplet: 60, 68 and 8A. RGB value is (96,104,138). Sum of RGB (Red+Green+Blue) = 96+104+138=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #60688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60688A is #9F9775. Grayscale: #696969. Windows color (decimal): -10458998 or 9070688. OLE color: 9070688.

HSL color Cylindrical-coordinate representation of color #60688A: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60688A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 104 138 -
CMYK 0.30 0.25 0 0.46
HSL 228.57º 0.18% 0.46% -
HSV(B) 228.57º 0.3% 0.54% -
XYZ 14.36 14.22 26.03 -
YUV 105.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 96 104 138 0.30 0.25 0 0.46 228.57 0.18 0.46
Hex 60 68 8A 1E 19 0 2E E5 12 2E
Octal 140 150 212 36 31 0 56 345 22 56
Binary 1100000 1101000 10001010 11110 11001 0 101110 11100101 10010 101110

Color Harmonies of #60688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60688A

Black with #60688A

Text Example


Text Example

White with #60688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60688A; }

 p { color: rgb(96,104,138); }

 H1.HeaderClassName
 {
   color: #60688A;
 }
 .AnyTagClassName
 {
   color: #60688A;
 }
</style>

background-color css

<style>
 a { background-color: #60688A; }

 a { background-color: rgb(96,104,138); }

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

border-color css

<style>
 span { border-color: #60688A; }

 span { border-color: rgb(96,104,138); }

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