Html Css Color HEX #686BB8 Chetwode Blue

📋 copy color: '#686BB8'

red 104 ◦ green 107 ◦ blue 184

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

Shades of Chetwode Blue #686BB8

Tints of Chetwode Blue #686BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.58%

R = 26.33%
G = 27.09%
B = 46.58%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#686BB8 (or 0x686BB8) is known color: Chetwode Blue. HEX triplet: 68, 6B and B8. RGB value is (104,107,184). Sum of RGB (Red+Green+Blue) = 104+107+184=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #686BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BB8 is #979447. Grayscale: #727272. Windows color (decimal): -9933896 or 12086120. OLE color: 12086120.

HSL color Cylindrical-coordinate representation of color #686BB8: hue angle of 237.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686BB8 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 107 184 -
CMYK 0.43 0.42 0 0.28
HSL 237.75º 0.36% 0.56% -
HSV(B) 237.75º 0.43% 0.72% -
XYZ 19.62 16.92 47.58 -
YUV 114.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 104 107 184 0.43 0.42 0 0.28 237.75 0.36 0.56
Hex 68 6B B8 2B 2A 0 1C EE 24 38
Octal 150 153 270 53 52 0 34 356 44 70
Binary 1101000 1101011 10111000 101011 101010 0 11100 11101110 100100 111000

Color Harmonies of #686BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BB8

Black with #686BB8

Text Example


Text Example

White with #686BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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