Html Css Color HEX #6871CB Chetwode Blue

📋 copy color: '#6871CB'

red 104 ◦ green 113 ◦ blue 203

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

Shades of Chetwode Blue #6871CB

Tints of Chetwode Blue #6871CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 24.76%
G = 26.9%
B = 48.33%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6871CB (or 0x6871CB) is known color: Chetwode Blue. HEX triplet: 68, 71 and CB. RGB value is (104,113,203). Sum of RGB (Red+Green+Blue) = 104+113+203=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #6871CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871CB is #978E34. Grayscale: #787878. Windows color (decimal): -9932341 or 13332840. OLE color: 13332840.

HSL color Cylindrical-coordinate representation of color #6871CB: hue angle of 234.55º degrees, saturation: 0.49, 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 #6871CB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 113 203 -
CMYK 0.49 0.44 0 0.20
HSL 234.55º 0.49% 0.6% -
HSV(B) 234.55º 0.49% 0.8% -
XYZ 22.39 19.07 59 -
YUV 120.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 104 113 203 0.49 0.44 0 0.20 234.55 0.49 0.6
Hex 68 71 CB 31 2C 0 14 EB 31 3C
Octal 150 161 313 61 54 0 24 353 61 74
Binary 1101000 1110001 11001011 110001 101100 0 10100 11101011 110001 111100

Color Harmonies of #6871CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6871CB

Black with #6871CB

Text Example


Text Example

White with #6871CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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