Html Css Color HEX #6D6BBC Chetwode Blue

📋 copy color: '#6D6BBC'

red 109 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #6D6BBC

Tints of Chetwode Blue #6D6BBC

RGB

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

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

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

R = 26.98%
G = 26.49%
B = 46.53%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D6BBC (or 0x6D6BBC) is known color: Chetwode Blue. HEX triplet: 6D, 6B and BC. RGB value is (109,107,188). Sum of RGB (Red+Green+Blue) = 109+107+188=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BBC is #929443. Grayscale: #747474. Windows color (decimal): -9606212 or 12348269. OLE color: 12348269.

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

Color convert

RGB 109 107 188 -
CMYK 0.42 0.43 0 0.26
HSL 241.48º 0.38% 0.58% -
HSV(B) 241.48º 0.43% 0.74% -
XYZ 20.64 17.4 49.85 -
YUV 116.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 109 107 188 0.42 0.43 0 0.26 241.48 0.38 0.58
Hex 6D 6B BC 2A 2B 0 1A F1 26 3A
Octal 155 153 274 52 53 0 32 361 46 72
Binary 1101101 1101011 10111100 101010 101011 0 11010 11110001 100110 111010

Color Harmonies of #6D6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6BBC

Black with #6D6BBC

Text Example


Text Example

White with #6D6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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