Html Css Color HEX #60698A Waikawa Grey

📋 copy color: '#60698A'

red 96 ◦ green 105 ◦ blue 138

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

Shades of Waikawa Grey #60698A

Tints of Waikawa Grey #60698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 28.32%
G = 30.97%
B = 40.71%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60698A (or 0x60698A) is known color: Waikawa Grey. HEX triplet: 60, 69 and 8A. RGB value is (96,105,138). Sum of RGB (Red+Green+Blue) = 96+105+138=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #60698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60698A is #9F9675. Grayscale: #696969. Windows color (decimal): -10458742 or 9070944. OLE color: 9070944.

HSL color Cylindrical-coordinate representation of color #60698A: hue angle of 227.14º 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 #60698A is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 105 138 -
CMYK 0.30 0.24 0 0.46
HSL 227.14º 0.18% 0.46% -
HSV(B) 227.14º 0.3% 0.54% -
XYZ 14.46 14.42 26.07 -
YUV 106.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 96 105 138 0.30 0.24 0 0.46 227.14 0.18 0.46
Hex 60 69 8A 1E 18 0 2E E3 12 2E
Octal 140 151 212 36 30 0 56 343 22 56
Binary 1100000 1101001 10001010 11110 11000 0 101110 11100011 10010 101110

Color Harmonies of #60698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60698A

Black with #60698A

Text Example


Text Example

White with #60698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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