Html Css Color HEX #686BBE Chetwode Blue

📋 copy color: '#686BBE'

red 104 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #686BBE

Tints of Chetwode Blue #686BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 25.94%
G = 26.68%
B = 47.38%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#686BBE (or 0x686BBE) is known color: Chetwode Blue. HEX triplet: 68, 6B and BE. RGB value is (104,107,190). Sum of RGB (Red+Green+Blue) = 104+107+190=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #686BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BBE is #979441. Grayscale: #737373. Windows color (decimal): -9933890 or 12479336. OLE color: 12479336.

HSL color Cylindrical-coordinate representation of color #686BBE: hue angle of 237.91º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686BBE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 107 190 -
CMYK 0.45 0.44 0 0.25
HSL 237.91º 0.4% 0.58% -
HSV(B) 237.91º 0.45% 0.75% -
XYZ 20.26 17.18 50.96 -
YUV 115.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 104 107 190 0.45 0.44 0 0.25 237.91 0.4 0.58
Hex 68 6B BE 2D 2C 0 19 EE 28 3A
Octal 150 153 276 55 54 0 31 356 50 72
Binary 1101000 1101011 10111110 101101 101100 0 11001 11101110 101000 111010

Color Harmonies of #686BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BBE

Black with #686BBE

Text Example


Text Example

White with #686BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,107,190); }

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

background-color css

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

 a { background-color: rgb(104,107,190); }

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

border-color css

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

 span { border-color: rgb(104,107,190); }

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