Html Css Color HEX #686BC7 Chetwode Blue

📋 copy color: '#686BC7'

red 104 ◦ green 107 ◦ blue 199

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

Shades of Chetwode Blue #686BC7

Tints of Chetwode Blue #686BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.54%

R = 25.37%
G = 26.1%
B = 48.54%

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

#686BC7 (or 0x686BC7) is known color: Chetwode Blue. HEX triplet: 68, 6B and C7. RGB value is (104,107,199). Sum of RGB (Red+Green+Blue) = 104+107+199=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 199 - color contains mainly: blue. Hex color #686BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BC7 is #979438. Grayscale: #747474. Windows color (decimal): -9933881 or 13069160. OLE color: 13069160.

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

Color convert

RGB 104 107 199 -
CMYK 0.48 0.46 0 0.22
HSL 238.11º 0.46% 0.59% -
HSV(B) 238.11º 0.48% 0.78% -
XYZ 21.28 17.58 56.31 -
YUV 116.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 104 107 199 0.48 0.46 0 0.22 238.11 0.46 0.59
Hex 68 6B C7 30 2E 0 16 EE 2E 3B
Octal 150 153 307 60 56 0 26 356 56 73
Binary 1101000 1101011 11000111 110000 101110 0 10110 11101110 101110 111011

Color Harmonies of #686BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BC7

Black with #686BC7

Text Example


Text Example

White with #686BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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