Html Css Color HEX #60698B Waikawa Grey

📋 copy color: '#60698B'

red 96 ◦ green 105 ◦ blue 139

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

Shades of Waikawa Grey #60698B

Tints of Waikawa Grey #60698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 28.24%
G = 30.88%
B = 40.88%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60698B (or 0x60698B) is known color: Waikawa Grey. HEX triplet: 60, 69 and 8B. RGB value is (96,105,139). Sum of RGB (Red+Green+Blue) = 96+105+139=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #60698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60698B is #9F9674. Grayscale: #6A6A6A. Windows color (decimal): -10458741 or 9136480. OLE color: 9136480.

HSL color Cylindrical-coordinate representation of color #60698B: hue angle of 227.44º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60698B is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 105 139 -
CMYK 0.31 0.24 0 0.45
HSL 227.44º 0.18% 0.46% -
HSV(B) 227.44º 0.31% 0.55% -
XYZ 14.54 14.45 26.45 -
YUV 106.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 96 105 139 0.31 0.24 0 0.45 227.44 0.18 0.46
Hex 60 69 8B 1F 18 0 2D E3 12 2E
Octal 140 151 213 37 30 0 55 343 22 56
Binary 1100000 1101001 10001011 11111 11000 0 101101 11100011 10010 101110

Color Harmonies of #60698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60698B

Black with #60698B

Text Example


Text Example

White with #60698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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