Html Css Color HEX #686EC2 Chetwode Blue

📋 copy color: '#686EC2'

red 104 ◦ green 110 ◦ blue 194

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

Shades of Chetwode Blue #686EC2

Tints of Chetwode Blue #686EC2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.96%

 BLUE value IS 194 (76.17% from 255) = 47.55%

R = 25.49%
G = 26.96%
B = 47.55%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#686EC2 (or 0x686EC2) is known color: Chetwode Blue. HEX triplet: 68, 6E and C2. RGB value is (104,110,194). Sum of RGB (Red+Green+Blue) = 104+110+194=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #686EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EC2 is #97913D. Grayscale: #757575. Windows color (decimal): -9933118 or 12742248. OLE color: 12742248.

HSL color Cylindrical-coordinate representation of color #686EC2: hue angle of 236º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686EC2 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 110 194 -
CMYK 0.46 0.43 0 0.24
HSL 236º 0.42% 0.58% -
HSV(B) 236º 0.46% 0.76% -
XYZ 21.02 17.99 53.4 -
YUV 117.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 104 110 194 0.46 0.43 0 0.24 236 0.42 0.58
Hex 68 6E C2 2E 2B 0 18 EC 2A 3A
Octal 150 156 302 56 53 0 30 354 52 72
Binary 1101000 1101110 11000010 101110 101011 0 11000 11101100 101010 111010

Color Harmonies of #686EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EC2

Black with #686EC2

Text Example


Text Example

White with #686EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,194); }

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

background-color css

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

 a { background-color: rgb(104,110,194); }

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

border-color css

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

 span { border-color: rgb(104,110,194); }

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