Html Css Color HEX #6D6BBE Chetwode Blue

📋 copy color: '#6D6BBE'

red 109 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #6D6BBE

Tints of Chetwode Blue #6D6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 26.85%
G = 26.35%
B = 46.8%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D6BBE (or 0x6D6BBE) is known color: Chetwode Blue. HEX triplet: 6D, 6B and BE. RGB value is (109,107,190). Sum of RGB (Red+Green+Blue) = 109+107+190=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BBE is #929441. Grayscale: #747474. Windows color (decimal): -9606210 or 12479341. OLE color: 12479341.

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

Color convert

RGB 109 107 190 -
CMYK 0.43 0.44 0 0.25
HSL 241.45º 0.39% 0.58% -
HSV(B) 241.45º 0.44% 0.75% -
XYZ 20.86 17.48 50.99 -
YUV 117.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 109 107 190 0.43 0.44 0 0.25 241.45 0.39 0.58
Hex 6D 6B BE 2B 2C 0 19 F1 27 3A
Octal 155 153 276 53 54 0 31 361 47 72
Binary 1101101 1101011 10111110 101011 101100 0 11001 11110001 100111 111010

Color Harmonies of #6D6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6BBE

Black with #6D6BBE

Text Example


Text Example

White with #6D6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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