Html Css Color HEX #6D6DBB Chetwode Blue

📋 copy color: '#6D6DBB'

red 109 ◦ green 109 ◦ blue 187

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

Shades of Chetwode Blue #6D6DBB

Tints of Chetwode Blue #6D6DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

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

R = 26.91%
G = 26.91%
B = 46.17%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D6DBB (or 0x6D6DBB) is known color: Chetwode Blue. HEX triplet: 6D, 6D and BB. RGB value is (109,109,187). Sum of RGB (Red+Green+Blue) = 109+109+187=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D6DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6DBB is #929244. Grayscale: #757575. Windows color (decimal): -9605701 or 12283245. OLE color: 12283245.

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

Color convert

RGB 109 109 187 -
CMYK 0.42 0.42 0 0.27
HSL 240º 0.36% 0.58% -
HSV(B) 240º 0.42% 0.73% -
XYZ 20.74 17.78 49.35 -
YUV 117.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 109 109 187 0.42 0.42 0 0.27 240 0.36 0.58
Hex 6D 6D BB 2A 2A 0 1B F0 24 3A
Octal 155 155 273 52 52 0 33 360 44 72
Binary 1101101 1101101 10111011 101010 101010 0 11011 11110000 100100 111010

Color Harmonies of #6D6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6DBB

Black with #6D6DBB

Text Example


Text Example

White with #6D6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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