Html Css Color HEX #676F9A Waikawa Grey

📋 copy color: '#676F9A'

red 103 ◦ green 111 ◦ blue 154

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

Shades of Waikawa Grey #676F9A

Tints of Waikawa Grey #676F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 27.99%
G = 30.16%
B = 41.85%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#676F9A (or 0x676F9A) is known color: Waikawa Grey. HEX triplet: 67, 6F and 9A. RGB value is (103,111,154). Sum of RGB (Red+Green+Blue) = 103+111+154=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #676F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F9A is #989065. Grayscale: #717171. Windows color (decimal): -9998438 or 10121063. OLE color: 10121063.

HSL color Cylindrical-coordinate representation of color #676F9A: hue angle of 230.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676F9A is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 111 154 -
CMYK 0.33 0.28 0 0.40
HSL 230.59º 0.2% 0.5% -
HSV(B) 230.59º 0.33% 0.6% -
XYZ 17.11 16.59 32.87 -
YUV 113.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 103 111 154 0.33 0.28 0 0.40 230.59 0.2 0.5
Hex 67 6F 9A 21 1C 0 28 E7 14 32
Octal 147 157 232 41 34 0 50 347 24 62
Binary 1100111 1101111 10011010 100001 11100 0 101000 11100111 10100 110010

Color Harmonies of #676F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F9A

Black with #676F9A

Text Example


Text Example

White with #676F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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