Html Css Color HEX #606C92 Waikawa Grey

📋 copy color: '#606C92'

red 96 ◦ green 108 ◦ blue 146

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

Shades of Waikawa Grey #606C92

Tints of Waikawa Grey #606C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 27.43%
G = 30.86%
B = 41.71%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#606C92 (or 0x606C92) is known color: Waikawa Grey. HEX triplet: 60, 6C and 92. RGB value is (96,108,146). Sum of RGB (Red+Green+Blue) = 96+108+146=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #606C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C92 is #9F936D. Grayscale: #6C6C6C. Windows color (decimal): -10457966 or 9596000. OLE color: 9596000.

HSL color Cylindrical-coordinate representation of color #606C92: hue angle of 225.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606C92 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 108 146 -
CMYK 0.34 0.26 0 0.43
HSL 225.6º 0.21% 0.47% -
HSV(B) 225.6º 0.34% 0.57% -
XYZ 15.37 15.29 29.33 -
YUV 108.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 96 108 146 0.34 0.26 0 0.43 225.6 0.21 0.47
Hex 60 6C 92 22 1A 0 2B E2 15 2F
Octal 140 154 222 42 32 0 53 342 25 57
Binary 1100000 1101100 10010010 100010 11010 0 101011 11100010 10101 101111

Color Harmonies of #606C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C92

Black with #606C92

Text Example


Text Example

White with #606C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606C92; }

 p { color: rgb(96,108,146); }

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

background-color css

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

 a { background-color: rgb(96,108,146); }

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

border-color css

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

 span { border-color: rgb(96,108,146); }

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