Html Css Color HEX #686CBC Chetwode Blue

📋 copy color: '#686CBC'

red 104 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #686CBC

Tints of Chetwode Blue #686CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

 BLUE value IS 188 (73.83% from 255) = 47%

R = 26%
G = 27%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#686CBC (or 0x686CBC) is known color: Chetwode Blue. HEX triplet: 68, 6C and BC. RGB value is (104,108,188). Sum of RGB (Red+Green+Blue) = 104+108+188=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #686CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CBC is #979343. Grayscale: #737373. Windows color (decimal): -9933636 or 12348520. OLE color: 12348520.

HSL color Cylindrical-coordinate representation of color #686CBC: hue angle of 237.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686CBC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 108 188 -
CMYK 0.45 0.43 0 0.26
HSL 237.14º 0.39% 0.57% -
HSV(B) 237.14º 0.45% 0.74% -
XYZ 20.15 17.3 49.85 -
YUV 115.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 104 108 188 0.45 0.43 0 0.26 237.14 0.39 0.57
Hex 68 6C BC 2D 2B 0 1A ED 27 39
Octal 150 154 274 55 53 0 32 355 47 71
Binary 1101000 1101100 10111100 101101 101011 0 11010 11101101 100111 111001

Color Harmonies of #686CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CBC

Black with #686CBC

Text Example


Text Example

White with #686CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,108,188); }

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

background-color css

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

 a { background-color: rgb(104,108,188); }

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

border-color css

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

 span { border-color: rgb(104,108,188); }

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