Html Css Color HEX #6D74BB Chetwode Blue

📋 copy color: '#6D74BB'

red 109 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6D74BB

Tints of Chetwode Blue #6D74BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 26.46%
G = 28.16%
B = 45.39%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D74BB (or 0x6D74BB) is known color: Chetwode Blue. HEX triplet: 6D, 74 and BB. RGB value is (109,116,187). Sum of RGB (Red+Green+Blue) = 109+116+187=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D74BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D74BB is #928B44. Grayscale: #797979. Windows color (decimal): -9603909 or 12285037. OLE color: 12285037.

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

Color convert

RGB 109 116 187 -
CMYK 0.42 0.38 0 0.27
HSL 234.62º 0.36% 0.58% -
HSV(B) 234.62º 0.42% 0.73% -
XYZ 21.52 19.33 49.61 -
YUV 122 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 109 116 187 0.42 0.38 0 0.27 234.62 0.36 0.58
Hex 6D 74 BB 2A 26 0 1B EB 24 3A
Octal 155 164 273 52 46 0 33 353 44 72
Binary 1101101 1110100 10111011 101010 100110 0 11011 11101011 100100 111010

Color Harmonies of #6D74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D74BB

Black with #6D74BB

Text Example


Text Example

White with #6D74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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