Html Css Color HEX #686FB2 Chetwode Blue

📋 copy color: '#686FB2'

red 104 ◦ green 111 ◦ blue 178

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

Shades of Chetwode Blue #686FB2

Tints of Chetwode Blue #686FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.29%

R = 26.46%
G = 28.24%
B = 45.29%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#686FB2 (or 0x686FB2) is known color: Chetwode Blue. HEX triplet: 68, 6F and B2. RGB value is (104,111,178). Sum of RGB (Red+Green+Blue) = 104+111+178=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #686FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FB2 is #97904D. Grayscale: #747474. Windows color (decimal): -9932878 or 11693928. OLE color: 11693928.

HSL color Cylindrical-coordinate representation of color #686FB2: hue angle of 234.32º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686FB2 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 111 178 -
CMYK 0.42 0.38 0 0.30
HSL 234.32º 0.32% 0.55% -
HSV(B) 234.32º 0.42% 0.7% -
XYZ 19.43 17.53 44.48 -
YUV 116.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 104 111 178 0.42 0.38 0 0.30 234.32 0.32 0.55
Hex 68 6F B2 2A 26 0 1E EA 20 37
Octal 150 157 262 52 46 0 36 352 40 67
Binary 1101000 1101111 10110010 101010 100110 0 11110 11101010 100000 110111

Color Harmonies of #686FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FB2

Black with #686FB2

Text Example


Text Example

White with #686FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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