Html Css Color HEX #686AC6 Chetwode Blue

📋 copy color: '#686AC6'

red 104 ◦ green 106 ◦ blue 198

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

Shades of Chetwode Blue #686AC6

Tints of Chetwode Blue #686AC6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

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

R = 25.49%
G = 25.98%
B = 48.53%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#686AC6 (or 0x686AC6) is known color: Chetwode Blue. HEX triplet: 68, 6A and C6. RGB value is (104,106,198). Sum of RGB (Red+Green+Blue) = 104+106+198=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #686AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AC6 is #979539. Grayscale: #737373. Windows color (decimal): -9934138 or 13003368. OLE color: 13003368.

HSL color Cylindrical-coordinate representation of color #686AC6: hue angle of 238.72º 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 #686AC6 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 106 198 -
CMYK 0.47 0.46 0 0.22
HSL 238.72º 0.45% 0.59% -
HSV(B) 238.72º 0.47% 0.78% -
XYZ 21.06 17.33 55.66 -
YUV 115.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 104 106 198 0.47 0.46 0 0.22 238.72 0.45 0.59
Hex 68 6A C6 2F 2E 0 16 EF 2D 3B
Octal 150 152 306 57 56 0 26 357 55 73
Binary 1101000 1101010 11000110 101111 101110 0 10110 11101111 101101 111011

Color Harmonies of #686AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AC6

Black with #686AC6

Text Example


Text Example

White with #686AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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