Html Css Color HEX #6D6CBE Chetwode Blue

📋 copy color: '#6D6CBE'

red 109 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #6D6CBE

Tints of Chetwode Blue #6D6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 26.78%
G = 26.54%
B = 46.68%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D6CBE (or 0x6D6CBE) is known color: Chetwode Blue. HEX triplet: 6D, 6C and BE. RGB value is (109,108,190). Sum of RGB (Red+Green+Blue) = 109+108+190=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CBE is #929341. Grayscale: #757575. Windows color (decimal): -9605954 or 12479597. OLE color: 12479597.

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

Color convert

RGB 109 108 190 -
CMYK 0.43 0.43 0 0.25
HSL 240.73º 0.39% 0.58% -
HSV(B) 240.73º 0.43% 0.75% -
XYZ 20.96 17.69 51.03 -
YUV 117.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 109 108 190 0.43 0.43 0 0.25 240.73 0.39 0.58
Hex 6D 6C BE 2B 2B 0 19 F1 27 3A
Octal 155 154 276 53 53 0 31 361 47 72
Binary 1101101 1101100 10111110 101011 101011 0 11001 11110001 100111 111010

Color Harmonies of #6D6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6CBE

Black with #6D6CBE

Text Example


Text Example

White with #6D6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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