Html Css Color HEX #676F94 Waikawa Grey

📋 copy color: '#676F94'

red 103 ◦ green 111 ◦ blue 148

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

Shades of Waikawa Grey #676F94

Tints of Waikawa Grey #676F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 28.45%
G = 30.66%
B = 40.88%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#676F94 (or 0x676F94) is known color: Waikawa Grey. HEX triplet: 67, 6F and 94. RGB value is (103,111,148). Sum of RGB (Red+Green+Blue) = 103+111+148=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #676F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F94 is #98906B. Grayscale: #707070. Windows color (decimal): -9998444 or 9727847. OLE color: 9727847.

HSL color Cylindrical-coordinate representation of color #676F94: hue angle of 229.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 #676F94 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 111 148 -
CMYK 0.30 0.25 0 0.42
HSL 229.33º 0.18% 0.49% -
HSV(B) 229.33º 0.3% 0.58% -
XYZ 16.62 16.39 30.3 -
YUV 112.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 103 111 148 0.30 0.25 0 0.42 229.33 0.18 0.49
Hex 67 6F 94 1E 19 0 2A E5 12 31
Octal 147 157 224 36 31 0 52 345 22 61
Binary 1100111 1101111 10010100 11110 11001 0 101010 11100101 10010 110001

Color Harmonies of #676F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F94

Black with #676F94

Text Example


Text Example

White with #676F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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