Html Css Color HEX #6872BD Chetwode Blue

📋 copy color: '#6872BD'

red 104 ◦ green 114 ◦ blue 189

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

Shades of Chetwode Blue #6872BD

Tints of Chetwode Blue #6872BD

RGB

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

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

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

R = 25.55%
G = 28.01%
B = 46.44%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6872BD (or 0x6872BD) is known color: Chetwode Blue. HEX triplet: 68, 72 and BD. RGB value is (104,114,189). Sum of RGB (Red+Green+Blue) = 104+114+189=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #6872BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872BD is #978D42. Grayscale: #777777. Windows color (decimal): -9932099 or 12415592. OLE color: 12415592.

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

Color convert

RGB 104 114 189 -
CMYK 0.45 0.40 0 0.26
HSL 232.94º 0.39% 0.57% -
HSV(B) 232.94º 0.45% 0.74% -
XYZ 20.91 18.65 50.64 -
YUV 119.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 104 114 189 0.45 0.40 0 0.26 232.94 0.39 0.57
Hex 68 72 BD 2D 28 0 1A E9 27 39
Octal 150 162 275 55 50 0 32 351 47 71
Binary 1101000 1110010 10111101 101101 101000 0 11010 11101001 100111 111001

Color Harmonies of #6872BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6872BD

Black with #6872BD

Text Example


Text Example

White with #6872BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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