Html Css Color HEX #676B8E Waikawa Grey

📋 copy color: '#676B8E'

red 103 ◦ green 107 ◦ blue 142

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

Shades of Waikawa Grey #676B8E

Tints of Waikawa Grey #676B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 29.26%
G = 30.4%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#676B8E (or 0x676B8E) is known color: Waikawa Grey. HEX triplet: 67, 6B and 8E. RGB value is (103,107,142). Sum of RGB (Red+Green+Blue) = 103+107+142=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #676B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B8E is #989471. Grayscale: #6D6D6D. Windows color (decimal): -9999474 or 9333607. OLE color: 9333607.

HSL color Cylindrical-coordinate representation of color #676B8E: hue angle of 233.85º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676B8E is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 107 142 -
CMYK 0.27 0.25 0 0.44
HSL 233.85º 0.16% 0.48% -
HSV(B) 233.85º 0.27% 0.56% -
XYZ 15.73 15.35 27.73 -
YUV 109.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 103 107 142 0.27 0.25 0 0.44 233.85 0.16 0.48
Hex 67 6B 8E 1B 19 0 2C EA 10 30
Octal 147 153 216 33 31 0 54 352 20 60
Binary 1100111 1101011 10001110 11011 11001 0 101100 11101010 10000 110000

Color Harmonies of #676B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B8E

Black with #676B8E

Text Example


Text Example

White with #676B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,107,142); }

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

background-color css

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

 a { background-color: rgb(103,107,142); }

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

border-color css

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

 span { border-color: rgb(103,107,142); }

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