Html Css Color HEX #606C84 Waikawa Grey

📋 copy color: '#606C84'

red 96 ◦ green 108 ◦ blue 132

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

Shades of Waikawa Grey #606C84

Tints of Waikawa Grey #606C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 28.57%
G = 32.14%
B = 39.29%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606C84 (or 0x606C84) is known color: Waikawa Grey. HEX triplet: 60, 6C and 84. RGB value is (96,108,132). Sum of RGB (Red+Green+Blue) = 96+108+132=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #606C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606C84 is #9F937B. Grayscale: #6B6B6B. Windows color (decimal): -10457980 or 8678496. OLE color: 8678496.

HSL color Cylindrical-coordinate representation of color #606C84: hue angle of 220º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606C84 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 108 132 -
CMYK 0.27 0.18 0 0.48
HSL 220º 0.16% 0.45% -
HSV(B) 220º 0.27% 0.52% -
XYZ 14.35 14.88 23.95 -
YUV 107.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 96 108 132 0.27 0.18 0 0.48 220 0.16 0.45
Hex 60 6C 84 1B 12 0 30 DC 10 2D
Octal 140 154 204 33 22 0 60 334 20 55
Binary 1100000 1101100 10000100 11011 10010 0 110000 11011100 10000 101101

Color Harmonies of #606C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C84

Black with #606C84

Text Example


Text Example

White with #606C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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