Html Css Color HEX #676F89 Waikawa Grey

📋 copy color: '#676F89'

red 103 ◦ green 111 ◦ blue 137

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

Shades of Waikawa Grey #676F89

Tints of Waikawa Grey #676F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 29.34%
G = 31.62%
B = 39.03%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#676F89 (or 0x676F89) is known color: Waikawa Grey. HEX triplet: 67, 6F and 89. RGB value is (103,111,137). Sum of RGB (Red+Green+Blue) = 103+111+137=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #676F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F89 is #989076. Grayscale: #6F6F6F. Windows color (decimal): -9998455 or 9006951. OLE color: 9006951.

HSL color Cylindrical-coordinate representation of color #676F89: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676F89 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 111 137 -
CMYK 0.25 0.19 0 0.46
HSL 225.88º 0.14% 0.47% -
HSV(B) 225.88º 0.25% 0.54% -
XYZ 15.79 16.06 25.93 -
YUV 111.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 103 111 137 0.25 0.19 0 0.46 225.88 0.14 0.47
Hex 67 6F 89 19 13 0 2E E2 E 2F
Octal 147 157 211 31 23 0 56 342 16 57
Binary 1100111 1101111 10001001 11001 10011 0 101110 11100010 1110 101111

Color Harmonies of #676F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F89

Black with #676F89

Text Example


Text Example

White with #676F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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