Html Css Color HEX #686BC8 Chetwode Blue

📋 copy color: '#686BC8'

red 104 ◦ green 107 ◦ blue 200

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

Shades of Chetwode Blue #686BC8

Tints of Chetwode Blue #686BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 25.3%
G = 26.03%
B = 48.66%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#686BC8 (or 0x686BC8) is known color: Chetwode Blue. HEX triplet: 68, 6B and C8. RGB value is (104,107,200). Sum of RGB (Red+Green+Blue) = 104+107+200=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #686BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BC8 is #979437. Grayscale: #747474. Windows color (decimal): -9933880 or 13134696. OLE color: 13134696.

HSL color Cylindrical-coordinate representation of color #686BC8: hue angle of 238.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686BC8 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 107 200 -
CMYK 0.48 0.46 0 0.22
HSL 238.13º 0.47% 0.6% -
HSV(B) 238.13º 0.48% 0.78% -
XYZ 21.39 17.63 56.92 -
YUV 116.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 104 107 200 0.48 0.46 0 0.22 238.13 0.47 0.6
Hex 68 6B C8 30 2E 0 16 EE 2F 3C
Octal 150 153 310 60 56 0 26 356 57 74
Binary 1101000 1101011 11001000 110000 101110 0 10110 11101110 101111 111100

Color Harmonies of #686BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BC8

Black with #686BC8

Text Example


Text Example

White with #686BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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