Html Css Color HEX #686BC3 Chetwode Blue

📋 copy color: '#686BC3'

red 104 ◦ green 107 ◦ blue 195

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

Shades of Chetwode Blue #686BC3

Tints of Chetwode Blue #686BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.03%

R = 25.62%
G = 26.35%
B = 48.03%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#686BC3 (or 0x686BC3) is known color: Chetwode Blue. HEX triplet: 68, 6B and C3. RGB value is (104,107,195). Sum of RGB (Red+Green+Blue) = 104+107+195=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #686BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BC3 is #97943C. Grayscale: #737373. Windows color (decimal): -9933885 or 12807016. OLE color: 12807016.

HSL color Cylindrical-coordinate representation of color #686BC3: hue angle of 238.02º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #686BC3 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 107 195 -
CMYK 0.47 0.45 0 0.24
HSL 238.02º 0.43% 0.59% -
HSV(B) 238.02º 0.47% 0.76% -
XYZ 20.82 17.4 53.89 -
YUV 116.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 104 107 195 0.47 0.45 0 0.24 238.02 0.43 0.59
Hex 68 6B C3 2F 2D 0 18 EE 2B 3B
Octal 150 153 303 57 55 0 30 356 53 73
Binary 1101000 1101011 11000011 101111 101101 0 11000 11101110 101011 111011

Color Harmonies of #686BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BC3

Black with #686BC3

Text Example


Text Example

White with #686BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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