Html Css Color HEX #6873BE Chetwode Blue

📋 copy color: '#6873BE'

red 104 ◦ green 115 ◦ blue 190

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

Shades of Chetwode Blue #6873BE

Tints of Chetwode Blue #6873BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 25.43%
G = 28.12%
B = 46.45%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6873BE (or 0x6873BE) is known color: Chetwode Blue. HEX triplet: 68, 73 and BE. RGB value is (104,115,190). Sum of RGB (Red+Green+Blue) = 104+115+190=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #6873BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873BE is #978C41. Grayscale: #777777. Windows color (decimal): -9931842 or 12481384. OLE color: 12481384.

HSL color Cylindrical-coordinate representation of color #6873BE: hue angle of 232.33º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6873BE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 115 190 -
CMYK 0.45 0.39 0 0.25
HSL 232.33º 0.4% 0.58% -
HSV(B) 232.33º 0.45% 0.75% -
XYZ 21.13 18.92 51.25 -
YUV 120.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 104 115 190 0.45 0.39 0 0.25 232.33 0.4 0.58
Hex 68 73 BE 2D 27 0 19 E8 28 3A
Octal 150 163 276 55 47 0 31 350 50 72
Binary 1101000 1110011 10111110 101101 100111 0 11001 11101000 101000 111010

Color Harmonies of #6873BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873BE

Black with #6873BE

Text Example


Text Example

White with #6873BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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