Html Css Color HEX #6D6CBF Chetwode Blue

📋 copy color: '#6D6CBF'

red 109 ◦ green 108 ◦ blue 191

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

Shades of Chetwode Blue #6D6CBF

Tints of Chetwode Blue #6D6CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 26.72%
G = 26.47%
B = 46.81%

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

#6D6CBF (or 0x6D6CBF) is known color: Chetwode Blue. HEX triplet: 6D, 6C and BF. RGB value is (109,108,191). Sum of RGB (Red+Green+Blue) = 109+108+191=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D6CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CBF is #929340. Grayscale: #757575. Windows color (decimal): -9605953 or 12545133. OLE color: 12545133.

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

Color convert

RGB 109 108 191 -
CMYK 0.43 0.43 0 0.25
HSL 240.72º 0.39% 0.59% -
HSV(B) 240.72º 0.43% 0.75% -
XYZ 21.07 17.74 51.6 -
YUV 117.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 109 108 191 0.43 0.43 0 0.25 240.72 0.39 0.59
Hex 6D 6C BF 2B 2B 0 19 F1 27 3B
Octal 155 154 277 53 53 0 31 361 47 73
Binary 1101101 1101100 10111111 101011 101011 0 11001 11110001 100111 111011

Color Harmonies of #6D6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6CBF

Black with #6D6CBF

Text Example


Text Example

White with #6D6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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