Html Css Color HEX #6873CA Chetwode Blue

📋 copy color: '#6873CA'

red 104 ◦ green 115 ◦ blue 202

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

Shades of Chetwode Blue #6873CA

Tints of Chetwode Blue #6873CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 24.7%
G = 27.32%
B = 47.98%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6873CA (or 0x6873CA) is known color: Chetwode Blue. HEX triplet: 68, 73 and CA. RGB value is (104,115,202). Sum of RGB (Red+Green+Blue) = 104+115+202=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #6873CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873CA is #978C35. Grayscale: #797979. Windows color (decimal): -9931830 or 13267816. OLE color: 13267816.

HSL color Cylindrical-coordinate representation of color #6873CA: hue angle of 233.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6873CA is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 115 202 -
CMYK 0.49 0.43 0 0.21
HSL 233.27º 0.48% 0.6% -
HSV(B) 233.27º 0.49% 0.79% -
XYZ 22.5 19.47 58.45 -
YUV 121.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 104 115 202 0.49 0.43 0 0.21 233.27 0.48 0.6
Hex 68 73 CA 31 2B 0 15 E9 30 3C
Octal 150 163 312 61 53 0 25 351 60 74
Binary 1101000 1110011 11001010 110001 101011 0 10101 11101001 110000 111100

Color Harmonies of #6873CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873CA

Black with #6873CA

Text Example


Text Example

White with #6873CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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