Html Css Color HEX #6871C0 Chetwode Blue

📋 copy color: '#6871C0'

red 104 ◦ green 113 ◦ blue 192

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

Shades of Chetwode Blue #6871C0

Tints of Chetwode Blue #6871C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 25.43%
G = 27.63%
B = 46.94%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6871C0 (or 0x6871C0) is known color: Chetwode Blue. HEX triplet: 68, 71 and C0. RGB value is (104,113,192). Sum of RGB (Red+Green+Blue) = 104+113+192=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #6871C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871C0 is #978E3F. Grayscale: #767676. Windows color (decimal): -9932352 or 12611944. OLE color: 12611944.

HSL color Cylindrical-coordinate representation of color #6871C0: hue angle of 233.86º degrees, saturation: 0.41, 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 #6871C0 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 113 192 -
CMYK 0.46 0.41 0 0.25
HSL 233.86º 0.41% 0.58% -
HSV(B) 233.86º 0.46% 0.75% -
XYZ 21.13 18.56 52.34 -
YUV 119.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 104 113 192 0.46 0.41 0 0.25 233.86 0.41 0.58
Hex 68 71 C0 2E 29 0 19 EA 29 3A
Octal 150 161 300 56 51 0 31 352 51 72
Binary 1101000 1110001 11000000 101110 101001 0 11001 11101010 101001 111010

Color Harmonies of #6871C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871C0

Black with #6871C0

Text Example


Text Example

White with #6871C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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