Html Css Color HEX #6D7CBE Chetwode Blue

📋 copy color: '#6D7CBE'

red 109 ◦ green 124 ◦ blue 190

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

Shades of Chetwode Blue #6D7CBE

Tints of Chetwode Blue #6D7CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 25.77%
G = 29.31%
B = 44.92%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D7CBE (or 0x6D7CBE) is known color: Chetwode Blue. HEX triplet: 6D, 7C and BE. RGB value is (109,124,190). Sum of RGB (Red+Green+Blue) = 109+124+190=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D7CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CBE is #928341. Grayscale: #7E7E7E. Windows color (decimal): -9601858 or 12483693. OLE color: 12483693.

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

Color convert

RGB 109 124 190 -
CMYK 0.43 0.35 0 0.25
HSL 228.89º 0.38% 0.59% -
HSV(B) 228.89º 0.43% 0.75% -
XYZ 22.81 21.38 51.64 -
YUV 127.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 109 124 190 0.43 0.35 0 0.25 228.89 0.38 0.59
Hex 6D 7C BE 2B 23 0 19 E5 26 3B
Octal 155 174 276 53 43 0 31 345 46 73
Binary 1101101 1111100 10111110 101011 100011 0 11001 11100101 100110 111011

Color Harmonies of #6D7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7CBE

Black with #6D7CBE

Text Example


Text Example

White with #6D7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,124,190); }

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

background-color css

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

 a { background-color: rgb(109,124,190); }

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

border-color css

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

 span { border-color: rgb(109,124,190); }

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