Html Css Color HEX #686F9B Waikawa Grey

📋 copy color: '#686F9B'

red 104 ◦ green 111 ◦ blue 155

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

Shades of Waikawa Grey #686F9B

Tints of Waikawa Grey #686F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 28.11%
G = 30%
B = 41.89%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#686F9B (or 0x686F9B) is known color: Waikawa Grey. HEX triplet: 68, 6F and 9B. RGB value is (104,111,155). Sum of RGB (Red+Green+Blue) = 104+111+155=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #686F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F9B is #979064. Grayscale: #717171. Windows color (decimal): -9932901 or 10186600. OLE color: 10186600.

HSL color Cylindrical-coordinate representation of color #686F9B: hue angle of 231.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686F9B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 111 155 -
CMYK 0.33 0.28 0 0.39
HSL 231.76º 0.2% 0.51% -
HSV(B) 231.76º 0.33% 0.61% -
XYZ 17.31 16.68 33.32 -
YUV 113.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 104 111 155 0.33 0.28 0 0.39 231.76 0.2 0.51
Hex 68 6F 9B 21 1C 0 27 E8 14 33
Octal 150 157 233 41 34 0 47 350 24 63
Binary 1101000 1101111 10011011 100001 11100 0 100111 11101000 10100 110011

Color Harmonies of #686F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F9B

Black with #686F9B

Text Example


Text Example

White with #686F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,155); }

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

background-color css

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

 a { background-color: rgb(104,111,155); }

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

border-color css

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

 span { border-color: rgb(104,111,155); }

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