Html Css Color HEX #6D69BA Chetwode Blue

📋 copy color: '#6D69BA'

red 109 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #6D69BA

Tints of Chetwode Blue #6D69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 27.25%
G = 26.25%
B = 46.5%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D69BA (or 0x6D69BA) is known color: Chetwode Blue. HEX triplet: 6D, 69 and BA. RGB value is (109,105,186). Sum of RGB (Red+Green+Blue) = 109+105+186=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D69BA is #929645. Grayscale: #737373. Windows color (decimal): -9606726 or 12216685. OLE color: 12216685.

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

Color convert

RGB 109 105 186 -
CMYK 0.41 0.44 0 0.27
HSL 242.96º 0.37% 0.57% -
HSV(B) 242.96º 0.44% 0.73% -
XYZ 20.22 16.9 48.65 -
YUV 115.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 109 105 186 0.41 0.44 0 0.27 242.96 0.37 0.57
Hex 6D 69 BA 29 2C 0 1B F3 25 39
Octal 155 151 272 51 54 0 33 363 45 71
Binary 1101101 1101001 10111010 101001 101100 0 11011 11110011 100101 111001

Color Harmonies of #6D69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D69BA

Black with #6D69BA

Text Example


Text Example

White with #6D69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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