Html Css Color HEX #6868AB Chetwode Blue

📋 copy color: '#6868AB'

red 104 ◦ green 104 ◦ blue 171

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

Shades of Chetwode Blue #6868AB

Tints of Chetwode Blue #6868AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 27.44%
G = 27.44%
B = 45.12%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6868AB (or 0x6868AB) is known color: Chetwode Blue. HEX triplet: 68, 68 and AB. RGB value is (104,104,171). Sum of RGB (Red+Green+Blue) = 104+104+171=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6868AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6868AB is #979754. Grayscale: #6F6F6F. Windows color (decimal): -9934677 or 11233384. OLE color: 11233384.

HSL color Cylindrical-coordinate representation of color #6868AB: hue angle of 240º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6868AB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 104 171 -
CMYK 0.39 0.39 0 0.33
HSL 240º 0.29% 0.54% -
HSV(B) 240º 0.39% 0.67% -
XYZ 18.01 15.78 40.63 -
YUV 111.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 104 104 171 0.39 0.39 0 0.33 240 0.29 0.54
Hex 68 68 AB 27 27 0 21 F0 1D 36
Octal 150 150 253 47 47 0 41 360 35 66
Binary 1101000 1101000 10101011 100111 100111 0 100001 11110000 11101 110110

Color Harmonies of #6868AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6868AB

Black with #6868AB

Text Example


Text Example

White with #6868AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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