Html Css Color HEX #6873CB Chetwode Blue

📋 copy color: '#6873CB'

red 104 ◦ green 115 ◦ blue 203

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

Shades of Chetwode Blue #6873CB

Tints of Chetwode Blue #6873CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

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

R = 24.64%
G = 27.25%
B = 48.1%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6873CB (or 0x6873CB) is known color: Chetwode Blue. HEX triplet: 68, 73 and CB. RGB value is (104,115,203). Sum of RGB (Red+Green+Blue) = 104+115+203=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #6873CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873CB is #978C34. Grayscale: #797979. Windows color (decimal): -9931829 or 13333352. OLE color: 13333352.

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

Color convert

RGB 104 115 203 -
CMYK 0.49 0.43 0 0.20
HSL 233.33º 0.49% 0.6% -
HSV(B) 233.33º 0.49% 0.8% -
XYZ 22.62 19.52 59.07 -
YUV 121.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 104 115 203 0.49 0.43 0 0.20 233.33 0.49 0.6
Hex 68 73 CB 31 2B 0 14 E9 31 3C
Octal 150 163 313 61 53 0 24 351 61 74
Binary 1101000 1110011 11001011 110001 101011 0 10100 11101001 110001 111100

Color Harmonies of #6873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873CB

Black with #6873CB

Text Example


Text Example

White with #6873CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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