Html Css Color HEX #677294 Waikawa Grey

📋 copy color: '#677294'

red 103 ◦ green 114 ◦ blue 148

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

Shades of Waikawa Grey #677294

Tints of Waikawa Grey #677294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 28.22%
G = 31.23%
B = 40.55%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677294 (or 0x677294) is known color: Waikawa Grey. HEX triplet: 67, 72 and 94. RGB value is (103,114,148). Sum of RGB (Red+Green+Blue) = 103+114+148=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #677294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677294 is #988D6B. Grayscale: #727272. Windows color (decimal): -9997676 or 9728615. OLE color: 9728615.

HSL color Cylindrical-coordinate representation of color #677294: hue angle of 225.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677294 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 114 148 -
CMYK 0.30 0.23 0 0.42
HSL 225.33º 0.18% 0.49% -
HSV(B) 225.33º 0.3% 0.58% -
XYZ 16.96 17.06 30.42 -
YUV 114.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 103 114 148 0.30 0.23 0 0.42 225.33 0.18 0.49
Hex 67 72 94 1E 17 0 2A E1 12 31
Octal 147 162 224 36 27 0 52 341 22 61
Binary 1100111 1110010 10010100 11110 10111 0 101010 11100001 10010 110001

Color Harmonies of #677294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677294

Black with #677294

Text Example


Text Example

White with #677294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677294; }

 p { color: rgb(103,114,148); }

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

background-color css

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

 a { background-color: rgb(103,114,148); }

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

border-color css

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

 span { border-color: rgb(103,114,148); }

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