Html Css Color HEX #6D74BA Chetwode Blue

📋 copy color: '#6D74BA'

red 109 ◦ green 116 ◦ blue 186

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

Shades of Chetwode Blue #6D74BA

Tints of Chetwode Blue #6D74BA

RGB

 RED value IS 109 (42.97% from 255) = 26.52%

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 26.52%
G = 28.22%
B = 45.26%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D74BA (or 0x6D74BA) is known color: Chetwode Blue. HEX triplet: 6D, 74 and BA. RGB value is (109,116,186). Sum of RGB (Red+Green+Blue) = 109+116+186=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D74BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D74BA is #928B45. Grayscale: #797979. Windows color (decimal): -9603910 or 12219501. OLE color: 12219501.

HSL color Cylindrical-coordinate representation of color #6D74BA: hue angle of 234.55º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D74BA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 116 186 -
CMYK 0.41 0.38 0 0.27
HSL 234.55º 0.36% 0.58% -
HSV(B) 234.55º 0.41% 0.73% -
XYZ 21.41 19.29 49.05 -
YUV 121.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 109 116 186 0.41 0.38 0 0.27 234.55 0.36 0.58
Hex 6D 74 BA 29 26 0 1B EB 24 3A
Octal 155 164 272 51 46 0 33 353 44 72
Binary 1101101 1110100 10111010 101001 100110 0 11011 11101011 100100 111010

Color Harmonies of #6D74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D74BA

Black with #6D74BA

Text Example


Text Example

White with #6D74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,116,186); }

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

background-color css

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

 a { background-color: rgb(109,116,186); }

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

border-color css

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

 span { border-color: rgb(109,116,186); }

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