Html Css Color HEX #676D95 Waikawa Grey

📋 copy color: '#676D95'

red 103 ◦ green 109 ◦ blue 149

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

Shades of Waikawa Grey #676D95

Tints of Waikawa Grey #676D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 28.53%
G = 30.19%
B = 41.27%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#676D95 (or 0x676D95) is known color: Waikawa Grey. HEX triplet: 67, 6D and 95. RGB value is (103,109,149). Sum of RGB (Red+Green+Blue) = 103+109+149=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #676D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D95 is #98926A. Grayscale: #6F6F6F. Windows color (decimal): -9998955 or 9792871. OLE color: 9792871.

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

Color convert

RGB 103 109 149 -
CMYK 0.31 0.27 0 0.42
HSL 232.17º 0.18% 0.49% -
HSV(B) 232.17º 0.31% 0.58% -
XYZ 16.49 15.99 30.65 -
YUV 111.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 103 109 149 0.31 0.27 0 0.42 232.17 0.18 0.49
Hex 67 6D 95 1F 1B 0 2A E8 12 31
Octal 147 155 225 37 33 0 52 350 22 61
Binary 1100111 1101101 10010101 11111 11011 0 101010 11101000 10010 110001

Color Harmonies of #676D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D95

Black with #676D95

Text Example


Text Example

White with #676D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,109,149); }

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

background-color css

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

 a { background-color: rgb(103,109,149); }

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

border-color css

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

 span { border-color: rgb(103,109,149); }

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