Html Css Color HEX #6866BB Chetwode Blue

📋 copy color: '#6866BB'

red 104 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #6866BB

Tints of Chetwode Blue #6866BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 26.46%
G = 25.95%
B = 47.58%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6866BB (or 0x6866BB) is known color: Chetwode Blue. HEX triplet: 68, 66 and BB. RGB value is (104,102,187). Sum of RGB (Red+Green+Blue) = 104+102+187=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #6866BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866BB is #979944. Grayscale: #6F6F6F. Windows color (decimal): -9935173 or 12281448. OLE color: 12281448.

HSL color Cylindrical-coordinate representation of color #6866BB: hue angle of 241.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6866BB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 102 187 -
CMYK 0.44 0.45 0 0.27
HSL 241.41º 0.38% 0.57% -
HSV(B) 241.41º 0.45% 0.73% -
XYZ 19.43 16.03 49.08 -
YUV 112.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 104 102 187 0.44 0.45 0 0.27 241.41 0.38 0.57
Hex 68 66 BB 2C 2D 0 1B F1 26 39
Octal 150 146 273 54 55 0 33 361 46 71
Binary 1101000 1100110 10111011 101100 101101 0 11011 11110001 100110 111001

Color Harmonies of #6866BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6866BB

Black with #6866BB

Text Example


Text Example

White with #6866BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6866BB; }

 p { color: rgb(104,102,187); }

 H1.HeaderClassName
 {
   color: #6866BB;
 }
 .AnyTagClassName
 {
   color: #6866BB;
 }
</style>

background-color css

<style>
 a { background-color: #6866BB; }

 a { background-color: rgb(104,102,187); }

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

border-color css

<style>
 span { border-color: #6866BB; }

 span { border-color: rgb(104,102,187); }

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