Html Css Color HEX #686DC6 Chetwode Blue

📋 copy color: '#686DC6'

red 104 ◦ green 109 ◦ blue 198

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

Shades of Chetwode Blue #686DC6

Tints of Chetwode Blue #686DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 25.3%
G = 26.52%
B = 48.18%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#686DC6 (or 0x686DC6) is known color: Chetwode Blue. HEX triplet: 68, 6D and C6. RGB value is (104,109,198). Sum of RGB (Red+Green+Blue) = 104+109+198=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #686DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DC6 is #979239. Grayscale: #757575. Windows color (decimal): -9933370 or 13004136. OLE color: 13004136.

HSL color Cylindrical-coordinate representation of color #686DC6: hue angle of 236.81º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #686DC6 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 109 198 -
CMYK 0.47 0.45 0 0.22
HSL 236.81º 0.45% 0.59% -
HSV(B) 236.81º 0.47% 0.78% -
XYZ 21.37 17.96 55.77 -
YUV 117.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 104 109 198 0.47 0.45 0 0.22 236.81 0.45 0.59
Hex 68 6D C6 2F 2D 0 16 ED 2D 3B
Octal 150 155 306 57 55 0 26 355 55 73
Binary 1101000 1101101 11000110 101111 101101 0 10110 11101101 101101 111011

Color Harmonies of #686DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DC6

Black with #686DC6

Text Example


Text Example

White with #686DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,198); }

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

background-color css

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

 a { background-color: rgb(104,109,198); }

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

border-color css

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

 span { border-color: rgb(104,109,198); }

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