Html Css Color HEX #6D6FBD Chetwode Blue

📋 copy color: '#6D6FBD'

red 109 ◦ green 111 ◦ blue 189

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

Shades of Chetwode Blue #6D6FBD

Tints of Chetwode Blue #6D6FBD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 26.65%
G = 27.14%
B = 46.21%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D6FBD (or 0x6D6FBD) is known color: Chetwode Blue. HEX triplet: 6D, 6F and BD. RGB value is (109,111,189). Sum of RGB (Red+Green+Blue) = 109+111+189=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D6FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FBD is #929042. Grayscale: #767676. Windows color (decimal): -9605187 or 12414829. OLE color: 12414829.

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

Color convert

RGB 109 111 189 -
CMYK 0.42 0.41 0 0.26
HSL 238.5º 0.38% 0.58% -
HSV(B) 238.5º 0.42% 0.74% -
XYZ 21.18 18.29 50.56 -
YUV 119.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 109 111 189 0.42 0.41 0 0.26 238.5 0.38 0.58
Hex 6D 6F BD 2A 29 0 1A EE 26 3A
Octal 155 157 275 52 51 0 32 356 46 72
Binary 1101101 1101111 10111101 101010 101001 0 11010 11101110 100110 111010

Color Harmonies of #6D6FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FBD

Black with #6D6FBD

Text Example


Text Example

White with #6D6FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,111,189); }

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

background-color css

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

 a { background-color: rgb(109,111,189); }

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

border-color css

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

 span { border-color: rgb(109,111,189); }

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