Html Css Color HEX #606B92 Waikawa Grey

📋 copy color: '#606B92'

red 96 ◦ green 107 ◦ blue 146

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

Shades of Waikawa Grey #606B92

Tints of Waikawa Grey #606B92

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 27.51%
G = 30.66%
B = 41.83%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#606B92 (or 0x606B92) is known color: Waikawa Grey. HEX triplet: 60, 6B and 92. RGB value is (96,107,146). Sum of RGB (Red+Green+Blue) = 96+107+146=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #606B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B92 is #9F946D. Grayscale: #6B6B6B. Windows color (decimal): -10458222 or 9595744. OLE color: 9595744.

HSL color Cylindrical-coordinate representation of color #606B92: hue angle of 226.8º 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 #606B92 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 107 146 -
CMYK 0.34 0.27 0 0.43
HSL 226.8º 0.21% 0.47% -
HSV(B) 226.8º 0.34% 0.57% -
XYZ 15.27 15.08 29.3 -
YUV 108.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 96 107 146 0.34 0.27 0 0.43 226.8 0.21 0.47
Hex 60 6B 92 22 1B 0 2B E3 15 2F
Octal 140 153 222 42 33 0 53 343 25 57
Binary 1100000 1101011 10010010 100010 11011 0 101011 11100011 10101 101111

Color Harmonies of #606B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B92

Black with #606B92

Text Example


Text Example

White with #606B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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