Html Css Color HEX #676F9B Waikawa Grey

📋 copy color: '#676F9B'

red 103 ◦ green 111 ◦ blue 155

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

Shades of Waikawa Grey #676F9B

Tints of Waikawa Grey #676F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 27.91%
G = 30.08%
B = 42.01%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#676F9B (or 0x676F9B) is known color: Waikawa Grey. HEX triplet: 67, 6F and 9B. RGB value is (103,111,155). Sum of RGB (Red+Green+Blue) = 103+111+155=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #676F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F9B is #989064. Grayscale: #717171. Windows color (decimal): -9998437 or 10186599. OLE color: 10186599.

HSL color Cylindrical-coordinate representation of color #676F9B: hue angle of 230.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676F9B is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 111 155 -
CMYK 0.34 0.28 0 0.39
HSL 230.77º 0.21% 0.51% -
HSV(B) 230.77º 0.34% 0.61% -
XYZ 17.19 16.62 33.31 -
YUV 113.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 103 111 155 0.34 0.28 0 0.39 230.77 0.21 0.51
Hex 67 6F 9B 22 1C 0 27 E7 15 33
Octal 147 157 233 42 34 0 47 347 25 63
Binary 1100111 1101111 10011011 100010 11100 0 100111 11100111 10101 110011

Color Harmonies of #676F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F9B

Black with #676F9B

Text Example


Text Example

White with #676F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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