Html Css Color HEX #6871B4 Chetwode Blue

📋 copy color: '#6871B4'

red 104 ◦ green 113 ◦ blue 180

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

Shades of Chetwode Blue #6871B4

Tints of Chetwode Blue #6871B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 26.2%
G = 28.46%
B = 45.34%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6871B4 (or 0x6871B4) is known color: Chetwode Blue. HEX triplet: 68, 71 and B4. RGB value is (104,113,180). Sum of RGB (Red+Green+Blue) = 104+113+180=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #6871B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871B4 is #978E4B. Grayscale: #757575. Windows color (decimal): -9932364 or 11825512. OLE color: 11825512.

HSL color Cylindrical-coordinate representation of color #6871B4: hue angle of 232.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6871B4 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 113 180 -
CMYK 0.42 0.37 0 0.29
HSL 232.89º 0.34% 0.56% -
HSV(B) 232.89º 0.42% 0.71% -
XYZ 19.85 18.05 45.62 -
YUV 117.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 104 113 180 0.42 0.37 0 0.29 232.89 0.34 0.56
Hex 68 71 B4 2A 25 0 1D E9 22 38
Octal 150 161 264 52 45 0 35 351 42 70
Binary 1101000 1110001 10110100 101010 100101 0 11101 11101001 100010 111000

Color Harmonies of #6871B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871B4

Black with #6871B4

Text Example


Text Example

White with #6871B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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