Html Css Color HEX #677092 Waikawa Grey

📋 copy color: '#677092'

red 103 ◦ green 112 ◦ blue 146

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

Shades of Waikawa Grey #677092

Tints of Waikawa Grey #677092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 28.53%
G = 31.02%
B = 40.44%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#677092 (or 0x677092) is known color: Waikawa Grey. HEX triplet: 67, 70 and 92. RGB value is (103,112,146). Sum of RGB (Red+Green+Blue) = 103+112+146=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #677092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677092 is #988F6D. Grayscale: #717171. Windows color (decimal): -9998190 or 9597031. OLE color: 9597031.

HSL color Cylindrical-coordinate representation of color #677092: hue angle of 227.44º 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 #677092 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 112 146 -
CMYK 0.29 0.23 0 0.43
HSL 227.44º 0.17% 0.49% -
HSV(B) 227.44º 0.29% 0.57% -
XYZ 16.58 16.55 29.51 -
YUV 113.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 103 112 146 0.29 0.23 0 0.43 227.44 0.17 0.49
Hex 67 70 92 1D 17 0 2B E3 11 31
Octal 147 160 222 35 27 0 53 343 21 61
Binary 1100111 1110000 10010010 11101 10111 0 101011 11100011 10001 110001

Color Harmonies of #677092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677092

Black with #677092

Text Example


Text Example

White with #677092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677092; }

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

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

background-color css

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

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

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

border-color css

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

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

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