Html Css Color HEX #6871BE Chetwode Blue

📋 copy color: '#6871BE'

red 104 ◦ green 113 ◦ blue 190

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

Shades of Chetwode Blue #6871BE

Tints of Chetwode Blue #6871BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 25.55%
G = 27.76%
B = 46.68%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6871BE (or 0x6871BE) is known color: Chetwode Blue. HEX triplet: 68, 71 and BE. RGB value is (104,113,190). Sum of RGB (Red+Green+Blue) = 104+113+190=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #6871BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871BE is #978E41. Grayscale: #767676. Windows color (decimal): -9932354 or 12480872. OLE color: 12480872.

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

Color convert

RGB 104 113 190 -
CMYK 0.45 0.41 0 0.25
HSL 233.72º 0.4% 0.58% -
HSV(B) 233.72º 0.45% 0.75% -
XYZ 20.91 18.47 51.18 -
YUV 119.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 104 113 190 0.45 0.41 0 0.25 233.72 0.4 0.58
Hex 68 71 BE 2D 29 0 19 EA 28 3A
Octal 150 161 276 55 51 0 31 352 50 72
Binary 1101000 1110001 10111110 101101 101001 0 11001 11101010 101000 111010

Color Harmonies of #6871BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871BE

Black with #6871BE

Text Example


Text Example

White with #6871BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6871BE; }

 p { color: rgb(104,113,190); }

 H1.HeaderClassName
 {
   color: #6871BE;
 }
 .AnyTagClassName
 {
   color: #6871BE;
 }
</style>

background-color css

<style>
 a { background-color: #6871BE; }

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

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

border-color css

<style>
 span { border-color: #6871BE; }

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

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