Html Css Color HEX #686C92 Waikawa Grey

📋 copy color: '#686C92'

red 104 ◦ green 108 ◦ blue 146

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

Shades of Waikawa Grey #686C92

Tints of Waikawa Grey #686C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 29.05%
G = 30.17%
B = 40.78%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686C92 (or 0x686C92) is known color: Waikawa Grey. HEX triplet: 68, 6C and 92. RGB value is (104,108,146). Sum of RGB (Red+Green+Blue) = 104+108+146=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #686C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C92 is #97936D. Grayscale: #6E6E6E. Windows color (decimal): -9933678 or 9596008. OLE color: 9596008.

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

Color convert

RGB 104 108 146 -
CMYK 0.29 0.26 0 0.43
HSL 234.29º 0.17% 0.49% -
HSV(B) 234.29º 0.29% 0.57% -
XYZ 16.26 15.74 29.38 -
YUV 111.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 104 108 146 0.29 0.26 0 0.43 234.29 0.17 0.49
Hex 68 6C 92 1D 1A 0 2B EA 11 31
Octal 150 154 222 35 32 0 53 352 21 61
Binary 1101000 1101100 10010010 11101 11010 0 101011 11101010 10001 110001

Color Harmonies of #686C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C92

Black with #686C92

Text Example


Text Example

White with #686C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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