Html Css Color HEX #676F93 Waikawa Grey

📋 copy color: '#676F93'

red 103 ◦ green 111 ◦ blue 147

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

Shades of Waikawa Grey #676F93

Tints of Waikawa Grey #676F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 28.53%
G = 30.75%
B = 40.72%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#676F93 (or 0x676F93) is known color: Waikawa Grey. HEX triplet: 67, 6F and 93. RGB value is (103,111,147). Sum of RGB (Red+Green+Blue) = 103+111+147=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #676F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676F93 is #98906C. Grayscale: #707070. Windows color (decimal): -9998445 or 9662311. OLE color: 9662311.

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

Color convert

RGB 103 111 147 -
CMYK 0.30 0.24 0 0.42
HSL 229.09º 0.18% 0.49% -
HSV(B) 229.09º 0.3% 0.58% -
XYZ 16.54 16.36 29.89 -
YUV 112.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 103 111 147 0.30 0.24 0 0.42 229.09 0.18 0.49
Hex 67 6F 93 1E 18 0 2A E5 12 31
Octal 147 157 223 36 30 0 52 345 22 61
Binary 1100111 1101111 10010011 11110 11000 0 101010 11100101 10010 110001

Color Harmonies of #676F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F93

Black with #676F93

Text Example


Text Example

White with #676F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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