Html Css Color HEX #686BB4 Chetwode Blue

📋 copy color: '#686BB4'

red 104 ◦ green 107 ◦ blue 180

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

Shades of Chetwode Blue #686BB4

Tints of Chetwode Blue #686BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 26.6%
G = 27.37%
B = 46.04%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#686BB4 (or 0x686BB4) is known color: Chetwode Blue. HEX triplet: 68, 6B and B4. RGB value is (104,107,180). Sum of RGB (Red+Green+Blue) = 104+107+180=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #686BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BB4 is #97944B. Grayscale: #727272. Windows color (decimal): -9933900 or 11823976. OLE color: 11823976.

HSL color Cylindrical-coordinate representation of color #686BB4: hue angle of 237.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686BB4 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 107 180 -
CMYK 0.42 0.41 0 0.29
HSL 237.63º 0.34% 0.56% -
HSV(B) 237.63º 0.42% 0.71% -
XYZ 19.2 16.75 45.4 -
YUV 114.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 104 107 180 0.42 0.41 0 0.29 237.63 0.34 0.56
Hex 68 6B B4 2A 29 0 1D EE 22 38
Octal 150 153 264 52 51 0 35 356 42 70
Binary 1101000 1101011 10110100 101010 101001 0 11101 11101110 100010 111000

Color Harmonies of #686BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BB4

Black with #686BB4

Text Example


Text Example

White with #686BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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