Html Css Color HEX #6872BF Chetwode Blue

📋 copy color: '#6872BF'

red 104 ◦ green 114 ◦ blue 191

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

Shades of Chetwode Blue #6872BF

Tints of Chetwode Blue #6872BF

RGB

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

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

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

R = 25.43%
G = 27.87%
B = 46.7%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6872BF (or 0x6872BF) is known color: Chetwode Blue. HEX triplet: 68, 72 and BF. RGB value is (104,114,191). Sum of RGB (Red+Green+Blue) = 104+114+191=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #6872BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872BF is #978D40. Grayscale: #777777. Windows color (decimal): -9932097 or 12546664. OLE color: 12546664.

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

Color convert

RGB 104 114 191 -
CMYK 0.46 0.40 0 0.25
HSL 233.1º 0.4% 0.58% -
HSV(B) 233.1º 0.46% 0.75% -
XYZ 21.13 18.74 51.79 -
YUV 119.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 104 114 191 0.46 0.40 0 0.25 233.1 0.4 0.58
Hex 68 72 BF 2E 28 0 19 E9 28 3A
Octal 150 162 277 56 50 0 31 351 50 72
Binary 1101000 1110010 10111111 101110 101000 0 11001 11101001 101000 111010

Color Harmonies of #6872BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6872BF

Black with #6872BF

Text Example


Text Example

White with #6872BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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