Html Css Color HEX #6872AB Chetwode Blue

📋 copy color: '#6872AB'

red 104 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #6872AB

Tints of Chetwode Blue #6872AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 26.74%
G = 29.31%
B = 43.96%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6872AB (or 0x6872AB) is known color: Chetwode Blue. HEX triplet: 68, 72 and AB. RGB value is (104,114,171). Sum of RGB (Red+Green+Blue) = 104+114+171=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #6872AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6872AB is #978D54. Grayscale: #757575. Windows color (decimal): -9932117 or 11235944. OLE color: 11235944.

HSL color Cylindrical-coordinate representation of color #6872AB: hue angle of 231.04º 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 #6872AB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 114 171 -
CMYK 0.39 0.33 0 0.33
HSL 231.04º 0.29% 0.54% -
HSV(B) 231.04º 0.39% 0.67% -
XYZ 19.08 17.92 40.98 -
YUV 117.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 104 114 171 0.39 0.33 0 0.33 231.04 0.29 0.54
Hex 68 72 AB 27 21 0 21 E7 1D 36
Octal 150 162 253 47 41 0 41 347 35 66
Binary 1101000 1110010 10101011 100111 100001 0 100001 11100111 11101 110110

Color Harmonies of #6872AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6872AB

Black with #6872AB

Text Example


Text Example

White with #6872AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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