Html Css Color HEX #686BBB Chetwode Blue

📋 copy color: '#686BBB'

red 104 ◦ green 107 ◦ blue 187

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

Shades of Chetwode Blue #686BBB

Tints of Chetwode Blue #686BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 26.13%
G = 26.88%
B = 46.98%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#686BBB (or 0x686BBB) is known color: Chetwode Blue. HEX triplet: 68, 6B and BB. RGB value is (104,107,187). Sum of RGB (Red+Green+Blue) = 104+107+187=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #686BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BBB is #979444. Grayscale: #727272. Windows color (decimal): -9933893 or 12282728. OLE color: 12282728.

HSL color Cylindrical-coordinate representation of color #686BBB: hue angle of 237.83º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686BBB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 107 187 -
CMYK 0.44 0.43 0 0.27
HSL 237.83º 0.38% 0.57% -
HSV(B) 237.83º 0.44% 0.73% -
XYZ 19.94 17.05 49.25 -
YUV 115.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 104 107 187 0.44 0.43 0 0.27 237.83 0.38 0.57
Hex 68 6B BB 2C 2B 0 1B EE 26 39
Octal 150 153 273 54 53 0 33 356 46 71
Binary 1101000 1101011 10111011 101100 101011 0 11011 11101110 100110 111001

Color Harmonies of #686BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BBB

Black with #686BBB

Text Example


Text Example

White with #686BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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