Html Css Color HEX #6868BD Chetwode Blue

📋 copy color: '#6868BD'

red 104 ◦ green 104 ◦ blue 189

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

Shades of Chetwode Blue #6868BD

Tints of Chetwode Blue #6868BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 26.2%
G = 26.2%
B = 47.61%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6868BD (or 0x6868BD) is known color: Chetwode Blue. HEX triplet: 68, 68 and BD. RGB value is (104,104,189). Sum of RGB (Red+Green+Blue) = 104+104+189=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #6868BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868BD is #979742. Grayscale: #717171. Windows color (decimal): -9934659 or 12413032. OLE color: 12413032.

HSL color Cylindrical-coordinate representation of color #6868BD: hue angle of 240º 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 #6868BD is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 104 189 -
CMYK 0.45 0.45 0 0.26
HSL 240º 0.39% 0.57% -
HSV(B) 240º 0.45% 0.74% -
XYZ 19.84 16.52 50.29 -
YUV 113.69 170.5 121.09 -
System Red Green Blue C M Y K H S L
Decimal 104 104 189 0.45 0.45 0 0.26 240 0.39 0.57
Hex 68 68 BD 2D 2D 0 1A F0 27 39
Octal 150 150 275 55 55 0 32 360 47 71
Binary 1101000 1101000 10111101 101101 101101 0 11010 11110000 100111 111001

Color Harmonies of #6868BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868BD

Black with #6868BD

Text Example


Text Example

White with #6868BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6868BD; }

 p { color: rgb(104,104,189); }

 H1.HeaderClassName
 {
   color: #6868BD;
 }
 .AnyTagClassName
 {
   color: #6868BD;
 }
</style>

background-color css

<style>
 a { background-color: #6868BD; }

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

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

border-color css

<style>
 span { border-color: #6868BD; }

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

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