Html Css Color HEX #6866BF Chetwode Blue

📋 copy color: '#6866BF'

red 104 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #6866BF

Tints of Chetwode Blue #6866BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 26.2%
G = 25.69%
B = 48.11%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6866BF (or 0x6866BF) is known color: Chetwode Blue. HEX triplet: 68, 66 and BF. RGB value is (104,102,191). Sum of RGB (Red+Green+Blue) = 104+102+191=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #6866BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866BF is #979940. Grayscale: #707070. Windows color (decimal): -9935169 or 12543592. OLE color: 12543592.

HSL color Cylindrical-coordinate representation of color #6866BF: hue angle of 241.35º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6866BF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 102 191 -
CMYK 0.46 0.47 0 0.25
HSL 241.35º 0.41% 0.57% -
HSV(B) 241.35º 0.47% 0.75% -
XYZ 19.86 16.21 51.37 -
YUV 112.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 104 102 191 0.46 0.47 0 0.25 241.35 0.41 0.57
Hex 68 66 BF 2E 2F 0 19 F1 29 39
Octal 150 146 277 56 57 0 31 361 51 71
Binary 1101000 1100110 10111111 101110 101111 0 11001 11110001 101001 111001

Color Harmonies of #6866BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6866BF

Black with #6866BF

Text Example


Text Example

White with #6866BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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