Html Css Color HEX #6D7CBA Chetwode Blue

📋 copy color: '#6D7CBA'

red 109 ◦ green 124 ◦ blue 186

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

Shades of Chetwode Blue #6D7CBA

Tints of Chetwode Blue #6D7CBA

RGB

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

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

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

R = 26.01%
G = 29.59%
B = 44.39%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D7CBA (or 0x6D7CBA) is known color: Chetwode Blue. HEX triplet: 6D, 7C and BA. RGB value is (109,124,186). Sum of RGB (Red+Green+Blue) = 109+124+186=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CBA is #928345. Grayscale: #7E7E7E. Windows color (decimal): -9601862 or 12221549. OLE color: 12221549.

HSL color Cylindrical-coordinate representation of color #6D7CBA: hue angle of 228.31º 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 #6D7CBA is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 124 186 -
CMYK 0.41 0.33 0 0.27
HSL 228.31º 0.36% 0.58% -
HSV(B) 228.31º 0.41% 0.73% -
XYZ 22.38 21.21 49.37 -
YUV 126.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 109 124 186 0.41 0.33 0 0.27 228.31 0.36 0.58
Hex 6D 7C BA 29 21 0 1B E4 24 3A
Octal 155 174 272 51 41 0 33 344 44 72
Binary 1101101 1111100 10111010 101001 100001 0 11011 11100100 100100 111010

Color Harmonies of #6D7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7CBA

Black with #6D7CBA

Text Example


Text Example

White with #6D7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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