Html Css Color HEX #686DC3 Chetwode Blue

📋 copy color: '#686DC3'

red 104 ◦ green 109 ◦ blue 195

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

Shades of Chetwode Blue #686DC3

Tints of Chetwode Blue #686DC3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

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

R = 25.49%
G = 26.72%
B = 47.79%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#686DC3 (or 0x686DC3) is known color: Chetwode Blue. HEX triplet: 68, 6D and C3. RGB value is (104,109,195). Sum of RGB (Red+Green+Blue) = 104+109+195=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #686DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DC3 is #97923C. Grayscale: #747474. Windows color (decimal): -9933373 or 12807528. OLE color: 12807528.

HSL color Cylindrical-coordinate representation of color #686DC3: hue angle of 236.7º 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 #686DC3 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 109 195 -
CMYK 0.47 0.44 0 0.24
HSL 236.7º 0.43% 0.59% -
HSV(B) 236.7º 0.47% 0.76% -
XYZ 21.03 17.82 53.96 -
YUV 117.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 104 109 195 0.47 0.44 0 0.24 236.7 0.43 0.59
Hex 68 6D C3 2F 2C 0 18 ED 2B 3B
Octal 150 155 303 57 54 0 30 355 53 73
Binary 1101000 1101101 11000011 101111 101100 0 11000 11101101 101011 111011

Color Harmonies of #686DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DC3

Black with #686DC3

Text Example


Text Example

White with #686DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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