Html Css Color HEX #6868BB Chetwode Blue

📋 copy color: '#6868BB'

red 104 ◦ green 104 ◦ blue 187

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

Shades of Chetwode Blue #6868BB

Tints of Chetwode Blue #6868BB

RGB

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

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

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

R = 26.33%
G = 26.33%
B = 47.34%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6868BB (or 0x6868BB) is known color: Chetwode Blue. HEX triplet: 68, 68 and BB. RGB value is (104,104,187). Sum of RGB (Red+Green+Blue) = 104+104+187=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #6868BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6868BB is #979744. Grayscale: #717171. Windows color (decimal): -9934661 or 12281960. OLE color: 12281960.

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

Color convert

RGB 104 104 187 -
CMYK 0.44 0.44 0 0.27
HSL 240º 0.38% 0.57% -
HSV(B) 240º 0.44% 0.73% -
XYZ 19.63 16.43 49.15 -
YUV 113.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 104 104 187 0.44 0.44 0 0.27 240 0.38 0.57
Hex 68 68 BB 2C 2C 0 1B F0 26 39
Octal 150 150 273 54 54 0 33 360 46 71
Binary 1101000 1101000 10111011 101100 101100 0 11011 11110000 100110 111001

Color Harmonies of #6868BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868BB

Black with #6868BB

Text Example


Text Example

White with #6868BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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