Html Css Color HEX #606786 Waikawa Grey

📋 copy color: '#606786'

red 96 ◦ green 103 ◦ blue 134

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

Shades of Waikawa Grey #606786

Tints of Waikawa Grey #606786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 28.83%
G = 30.93%
B = 40.24%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#606786 (or 0x606786) is known color: Waikawa Grey. HEX triplet: 60, 67 and 86. RGB value is (96,103,134). Sum of RGB (Red+Green+Blue) = 96+103+134=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #606786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606786 is #9F9879. Grayscale: #686868. Windows color (decimal): -10459258 or 8808288. OLE color: 8808288.

HSL color Cylindrical-coordinate representation of color #606786: hue angle of 228.95º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606786 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 103 134 -
CMYK 0.28 0.23 0 0.47
HSL 228.95º 0.17% 0.45% -
HSV(B) 228.95º 0.28% 0.53% -
XYZ 13.98 13.91 24.5 -
YUV 104.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 96 103 134 0.28 0.23 0 0.47 228.95 0.17 0.45
Hex 60 67 86 1C 17 0 2F E5 11 2D
Octal 140 147 206 34 27 0 57 345 21 55
Binary 1100000 1100111 10000110 11100 10111 0 101111 11100101 10001 101101

Color Harmonies of #606786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606786

Black with #606786

Text Example


Text Example

White with #606786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606786; }

 p { color: rgb(96,103,134); }

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

background-color css

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

 a { background-color: rgb(96,103,134); }

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

border-color css

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

 span { border-color: rgb(96,103,134); }

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