Html Css Color HEX #606782 Waikawa Grey

📋 copy color: '#606782'

red 96 ◦ green 103 ◦ blue 130

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

Shades of Waikawa Grey #606782

Tints of Waikawa Grey #606782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 29.18%
G = 31.31%
B = 39.51%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#606782 (or 0x606782) is known color: Waikawa Grey. HEX triplet: 60, 67 and 82. RGB value is (96,103,130). Sum of RGB (Red+Green+Blue) = 96+103+130=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #606782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606782 is #9F987D. Grayscale: #676767. Windows color (decimal): -10459262 or 8546144. OLE color: 8546144.

HSL color Cylindrical-coordinate representation of color #606782: hue angle of 227.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606782 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 103 130 -
CMYK 0.26 0.21 0 0.49
HSL 227.65º 0.15% 0.44% -
HSV(B) 227.65º 0.26% 0.51% -
XYZ 13.7 13.8 23.06 -
YUV 103.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 96 103 130 0.26 0.21 0 0.49 227.65 0.15 0.44
Hex 60 67 82 1A 15 0 31 E4 F 2C
Octal 140 147 202 32 25 0 61 344 17 54
Binary 1100000 1100111 10000010 11010 10101 0 110001 11100100 1111 101100

Color Harmonies of #606782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606782

Black with #606782

Text Example


Text Example

White with #606782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606782; }

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

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

background-color css

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

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

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

border-color css

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

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

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