Html Css Color HEX #686C9D Chetwode Blue

📋 copy color: '#686C9D'

red 104 ◦ green 108 ◦ blue 157

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

Shades of Chetwode Blue #686C9D

Tints of Chetwode Blue #686C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 28.18%
G = 29.27%
B = 42.55%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#686C9D (or 0x686C9D) is known color: Chetwode Blue. HEX triplet: 68, 6C and 9D. RGB value is (104,108,157). Sum of RGB (Red+Green+Blue) = 104+108+157=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #686C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C9D is #979362. Grayscale: #707070. Windows color (decimal): -9933667 or 10316904. OLE color: 10316904.

HSL color Cylindrical-coordinate representation of color #686C9D: hue angle of 235.47º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686C9D is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 108 157 -
CMYK 0.34 0.31 0 0.38
HSL 235.47º 0.21% 0.51% -
HSV(B) 235.47º 0.34% 0.62% -
XYZ 17.16 16.1 34.1 -
YUV 112.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 104 108 157 0.34 0.31 0 0.38 235.47 0.21 0.51
Hex 68 6C 9D 22 1F 0 26 EB 15 33
Octal 150 154 235 42 37 0 46 353 25 63
Binary 1101000 1101100 10011101 100010 11111 0 100110 11101011 10101 110011

Color Harmonies of #686C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C9D

Black with #686C9D

Text Example


Text Example

White with #686C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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