Html Css Color HEX #686FB3 Chetwode Blue

📋 copy color: '#686FB3'

red 104 ◦ green 111 ◦ blue 179

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

Shades of Chetwode Blue #686FB3

Tints of Chetwode Blue #686FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.43%

R = 26.4%
G = 28.17%
B = 45.43%

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

#686FB3 (or 0x686FB3) is known color: Chetwode Blue. HEX triplet: 68, 6F and B3. RGB value is (104,111,179). Sum of RGB (Red+Green+Blue) = 104+111+179=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #686FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FB3 is #97904C. Grayscale: #747474. Windows color (decimal): -9932877 or 11759464. OLE color: 11759464.

HSL color Cylindrical-coordinate representation of color #686FB3: hue angle of 234.4º degrees, saturation: 0.33, 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 #686FB3 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 111 179 -
CMYK 0.42 0.38 0 0.30
HSL 234.4º 0.33% 0.55% -
HSV(B) 234.4º 0.42% 0.7% -
XYZ 19.53 17.57 45.01 -
YUV 116.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 104 111 179 0.42 0.38 0 0.30 234.4 0.33 0.55
Hex 68 6F B3 2A 26 0 1E EA 21 37
Octal 150 157 263 52 46 0 36 352 41 67
Binary 1101000 1101111 10110011 101010 100110 0 11110 11101010 100001 110111

Color Harmonies of #686FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FB3

Black with #686FB3

Text Example


Text Example

White with #686FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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