Html Css Color HEX #686ECC Chetwode Blue

📋 copy color: '#686ECC'

red 104 ◦ green 110 ◦ blue 204

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

Shades of Chetwode Blue #686ECC

Tints of Chetwode Blue #686ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 24.88%
G = 26.32%
B = 48.8%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#686ECC (or 0x686ECC) is known color: Chetwode Blue. HEX triplet: 68, 6E and CC. RGB value is (104,110,204). Sum of RGB (Red+Green+Blue) = 104+110+204=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #686ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ECC is #979133. Grayscale: #767676. Windows color (decimal): -9933108 or 13397608. OLE color: 13397608.

HSL color Cylindrical-coordinate representation of color #686ECC: hue angle of 236.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686ECC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 110 204 -
CMYK 0.49 0.46 0 0.2
HSL 236.4º 0.5% 0.6% -
HSV(B) 236.4º 0.49% 0.8% -
XYZ 22.18 18.45 59.52 -
YUV 118.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 104 110 204 0.49 0.46 0 0.2 236.4 0.5 0.6
Hex 68 6E CC 31 2E 0 14 EC 32 3C
Octal 150 156 314 61 56 0 24 354 62 74
Binary 1101000 1101110 11001100 110001 101110 0 10100 11101100 110010 111100

Color Harmonies of #686ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686ECC

Black with #686ECC

Text Example


Text Example

White with #686ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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