Html Css Color HEX #677492 Waikawa Grey

📋 copy color: '#677492'

red 103 ◦ green 116 ◦ blue 146

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

Shades of Waikawa Grey #677492

Tints of Waikawa Grey #677492

RGB

 RED value IS 103 (40.63% from 255) = 28.22%

 GREEN value IS 116 (45.7% from 255) = 31.78%

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

R = 28.22%
G = 31.78%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#677492 (or 0x677492) is known color: Waikawa Grey. HEX triplet: 67, 74 and 92. RGB value is (103,116,146). Sum of RGB (Red+Green+Blue) = 103+116+146=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #677492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677492 is #988B6D. Grayscale: #737373. Windows color (decimal): -9997166 or 9598055. OLE color: 9598055.

HSL color Cylindrical-coordinate representation of color #677492: hue angle of 221.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677492 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 116 146 -
CMYK 0.29 0.21 0 0.43
HSL 221.86º 0.17% 0.49% -
HSV(B) 221.86º 0.29% 0.57% -
XYZ 17.03 17.45 29.66 -
YUV 115.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 103 116 146 0.29 0.21 0 0.43 221.86 0.17 0.49
Hex 67 74 92 1D 15 0 2B DE 11 31
Octal 147 164 222 35 25 0 53 336 21 61
Binary 1100111 1110100 10010010 11101 10101 0 101011 11011110 10001 110001

Color Harmonies of #677492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677492

Black with #677492

Text Example


Text Example

White with #677492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677492; }

 p { color: rgb(103,116,146); }

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

background-color css

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

 a { background-color: rgb(103,116,146); }

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

border-color css

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

 span { border-color: rgb(103,116,146); }

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