Html Css Color HEX #686FBB Chetwode Blue

📋 copy color: '#686FBB'

red 104 ◦ green 111 ◦ blue 187

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

Shades of Chetwode Blue #686FBB

Tints of Chetwode Blue #686FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

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

R = 25.87%
G = 27.61%
B = 46.52%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#686FBB (or 0x686FBB) is known color: Chetwode Blue. HEX triplet: 68, 6F and BB. RGB value is (104,111,187). Sum of RGB (Red+Green+Blue) = 104+111+187=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #686FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FBB is #979044. Grayscale: #757575. Windows color (decimal): -9932869 or 12283752. OLE color: 12283752.

HSL color Cylindrical-coordinate representation of color #686FBB: hue angle of 234.94º 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 #686FBB is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 111 187 -
CMYK 0.44 0.41 0 0.27
HSL 234.94º 0.38% 0.57% -
HSV(B) 234.94º 0.44% 0.73% -
XYZ 20.36 17.9 49.4 -
YUV 117.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 104 111 187 0.44 0.41 0 0.27 234.94 0.38 0.57
Hex 68 6F BB 2C 29 0 1B EB 26 39
Octal 150 157 273 54 51 0 33 353 46 71
Binary 1101000 1101111 10111011 101100 101001 0 11011 11101011 100110 111001

Color Harmonies of #686FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FBB

Black with #686FBB

Text Example


Text Example

White with #686FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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