Html Css Color HEX #6C73BE Chetwode Blue

📋 copy color: '#6C73BE'

red 108 ◦ green 115 ◦ blue 190

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

Shades of Chetwode Blue #6C73BE

Tints of Chetwode Blue #6C73BE

RGB

 RED value IS 108 (42.58% from 255) = 26.15%

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

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

R = 26.15%
G = 27.85%
B = 46%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C73BE (or 0x6C73BE) is known color: Chetwode Blue. HEX triplet: 6C, 73 and BE. RGB value is (108,115,190). Sum of RGB (Red+Green+Blue) = 108+115+190=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C73BE is #938C41. Grayscale: #797979. Windows color (decimal): -9669698 or 12481388. OLE color: 12481388.

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

Color convert

RGB 108 115 190 -
CMYK 0.43 0.39 0 0.25
HSL 234.88º 0.39% 0.58% -
HSV(B) 234.88º 0.43% 0.75% -
XYZ 21.61 19.17 51.28 -
YUV 121.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 108 115 190 0.43 0.39 0 0.25 234.88 0.39 0.58
Hex 6C 73 BE 2B 27 0 19 EB 27 3A
Octal 154 163 276 53 47 0 31 353 47 72
Binary 1101100 1110011 10111110 101011 100111 0 11001 11101011 100111 111010

Color Harmonies of #6C73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C73BE

Black with #6C73BE

Text Example


Text Example

White with #6C73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C73BE; }

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

 H1.HeaderClassName
 {
   color: #6C73BE;
 }
 .AnyTagClassName
 {
   color: #6C73BE;
 }
</style>

background-color css

<style>
 a { background-color: #6C73BE; }

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

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

border-color css

<style>
 span { border-color: #6C73BE; }

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

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