Html Css Color HEX #6D6ABC Chetwode Blue

📋 copy color: '#6D6ABC'

red 109 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #6D6ABC

Tints of Chetwode Blue #6D6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 27.05%
G = 26.3%
B = 46.65%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D6ABC (or 0x6D6ABC) is known color: Chetwode Blue. HEX triplet: 6D, 6A and BC. RGB value is (109,106,188). Sum of RGB (Red+Green+Blue) = 109+106+188=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ABC is #929543. Grayscale: #737373. Windows color (decimal): -9606468 or 12348013. OLE color: 12348013.

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

Color convert

RGB 109 106 188 -
CMYK 0.42 0.44 0 0.26
HSL 242.2º 0.38% 0.58% -
HSV(B) 242.2º 0.44% 0.74% -
XYZ 20.54 17.19 49.81 -
YUV 116.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 109 106 188 0.42 0.44 0 0.26 242.2 0.38 0.58
Hex 6D 6A BC 2A 2C 0 1A F2 26 3A
Octal 155 152 274 52 54 0 32 362 46 72
Binary 1101101 1101010 10111100 101010 101100 0 11010 11110010 100110 111010

Color Harmonies of #6D6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ABC

Black with #6D6ABC

Text Example


Text Example

White with #6D6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,188); }

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

background-color css

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

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

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

border-color css

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

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

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