Html Css Color HEX #686C91 Waikawa Grey

📋 copy color: '#686C91'

red 104 ◦ green 108 ◦ blue 145

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

Shades of Waikawa Grey #686C91

Tints of Waikawa Grey #686C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 29.13%
G = 30.25%
B = 40.62%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686C91 (or 0x686C91) is known color: Waikawa Grey. HEX triplet: 68, 6C and 91. RGB value is (104,108,145). Sum of RGB (Red+Green+Blue) = 104+108+145=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #686C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C91 is #97936E. Grayscale: #6E6E6E. Windows color (decimal): -9933679 or 9530472. OLE color: 9530472.

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

Color convert

RGB 104 108 145 -
CMYK 0.28 0.26 0 0.43
HSL 234.15º 0.16% 0.49% -
HSV(B) 234.15º 0.28% 0.57% -
XYZ 16.18 15.71 28.97 -
YUV 111.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 104 108 145 0.28 0.26 0 0.43 234.15 0.16 0.49
Hex 68 6C 91 1C 1A 0 2B EA 10 31
Octal 150 154 221 34 32 0 53 352 20 61
Binary 1101000 1101100 10010001 11100 11010 0 101011 11101010 10000 110001

Color Harmonies of #686C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C91

Black with #686C91

Text Example


Text Example

White with #686C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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