Html Css Color HEX #606898 Waikawa Grey

📋 copy color: '#606898'

red 96 ◦ green 104 ◦ blue 152

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

Shades of Waikawa Grey #606898

Tints of Waikawa Grey #606898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 27.27%
G = 29.55%
B = 43.18%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#606898 (or 0x606898) is known color: Waikawa Grey. HEX triplet: 60, 68 and 98. RGB value is (96,104,152). Sum of RGB (Red+Green+Blue) = 96+104+152=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #606898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606898 is #9F9767. Grayscale: #6A6A6A. Windows color (decimal): -10458984 or 9988192. OLE color: 9988192.

HSL color Cylindrical-coordinate representation of color #606898: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #606898 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 104 152 -
CMYK 0.37 0.32 0 0.40
HSL 231.43º 0.23% 0.49% -
HSV(B) 231.43º 0.37% 0.6% -
XYZ 15.44 14.65 31.72 -
YUV 107.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 96 104 152 0.37 0.32 0 0.40 231.43 0.23 0.49
Hex 60 68 98 25 20 0 28 E7 17 31
Octal 140 150 230 45 40 0 50 347 27 61
Binary 1100000 1101000 10011000 100101 100000 0 101000 11100111 10111 110001

Color Harmonies of #606898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606898

Black with #606898

Text Example


Text Example

White with #606898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606898; }

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

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

background-color css

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

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

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

border-color css

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

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

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