Html Css Color HEX #676C90 Waikawa Grey

📋 copy color: '#676C90'

red 103 ◦ green 108 ◦ blue 144

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

Shades of Waikawa Grey #676C90

Tints of Waikawa Grey #676C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 29.01%
G = 30.42%
B = 40.56%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#676C90 (or 0x676C90) is known color: Waikawa Grey. HEX triplet: 67, 6C and 90. RGB value is (103,108,144). Sum of RGB (Red+Green+Blue) = 103+108+144=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #676C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C90 is #98936F. Grayscale: #6E6E6E. Windows color (decimal): -9999216 or 9464935. OLE color: 9464935.

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

Color convert

RGB 103 108 144 -
CMYK 0.28 0.25 0 0.44
HSL 232.68º 0.17% 0.48% -
HSV(B) 232.68º 0.28% 0.56% -
XYZ 15.99 15.62 28.56 -
YUV 110.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 103 108 144 0.28 0.25 0 0.44 232.68 0.17 0.48
Hex 67 6C 90 1C 19 0 2C E9 11 30
Octal 147 154 220 34 31 0 54 351 21 60
Binary 1100111 1101100 10010000 11100 11001 0 101100 11101001 10001 110000

Color Harmonies of #676C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C90

Black with #676C90

Text Example


Text Example

White with #676C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,108,144); }

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

background-color css

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

 a { background-color: rgb(103,108,144); }

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

border-color css

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

 span { border-color: rgb(103,108,144); }

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