Html Css Color HEX #686C90 Waikawa Grey

📋 copy color: '#686C90'

red 104 ◦ green 108 ◦ blue 144

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

Shades of Waikawa Grey #686C90

Tints of Waikawa Grey #686C90

RGB

 RED value IS 104 (41.02% from 255) = 29.21%

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

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

R = 29.21%
G = 30.34%
B = 40.45%

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

#686C90 (or 0x686C90) is known color: Waikawa Grey. HEX triplet: 68, 6C and 90. RGB value is (104,108,144). Sum of RGB (Red+Green+Blue) = 104+108+144=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #686C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C90 is #97936F. Grayscale: #6E6E6E. Windows color (decimal): -9933680 or 9464936. OLE color: 9464936.

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

Color convert

RGB 104 108 144 -
CMYK 0.28 0.25 0 0.44
HSL 234º 0.16% 0.49% -
HSV(B) 234º 0.28% 0.56% -
XYZ 16.11 15.68 28.56 -
YUV 110.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 104 108 144 0.28 0.25 0 0.44 234 0.16 0.49
Hex 68 6C 90 1C 19 0 2C EA 10 31
Octal 150 154 220 34 31 0 54 352 20 61
Binary 1101000 1101100 10010000 11100 11001 0 101100 11101010 10000 110001

Color Harmonies of #686C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C90

Black with #686C90

Text Example


Text Example

White with #686C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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