Html Css Color HEX #6871CC Chetwode Blue

📋 copy color: '#6871CC'

red 104 ◦ green 113 ◦ blue 204

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

Shades of Chetwode Blue #6871CC

Tints of Chetwode Blue #6871CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 24.7%
G = 26.84%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6871CC (or 0x6871CC) is known color: Chetwode Blue. HEX triplet: 68, 71 and CC. RGB value is (104,113,204). Sum of RGB (Red+Green+Blue) = 104+113+204=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #6871CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871CC is #978E33. Grayscale: #787878. Windows color (decimal): -9932340 or 13398376. OLE color: 13398376.

HSL color Cylindrical-coordinate representation of color #6871CC: hue angle of 234.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6871CC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 113 204 -
CMYK 0.49 0.45 0 0.2
HSL 234.6º 0.5% 0.6% -
HSV(B) 234.6º 0.49% 0.8% -
XYZ 22.51 19.11 59.63 -
YUV 120.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 104 113 204 0.49 0.45 0 0.2 234.6 0.5 0.6
Hex 68 71 CC 31 2D 0 14 EB 32 3C
Octal 150 161 314 61 55 0 24 353 62 74
Binary 1101000 1110001 11001100 110001 101101 0 10100 11101011 110010 111100

Color Harmonies of #6871CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871CC

Black with #6871CC

Text Example


Text Example

White with #6871CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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