Html Css Color HEX #6D76BA Chetwode Blue

📋 copy color: '#6D76BA'

red 109 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #6D76BA

Tints of Chetwode Blue #6D76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 26.39%
G = 28.57%
B = 45.04%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D76BA (or 0x6D76BA) is known color: Chetwode Blue. HEX triplet: 6D, 76 and BA. RGB value is (109,118,186). Sum of RGB (Red+Green+Blue) = 109+118+186=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D76BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D76BA is #928945. Grayscale: #7A7A7A. Windows color (decimal): -9603398 or 12220013. OLE color: 12220013.

HSL color Cylindrical-coordinate representation of color #6D76BA: hue angle of 232.99º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D76BA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 118 186 -
CMYK 0.41 0.37 0 0.27
HSL 232.99º 0.36% 0.58% -
HSV(B) 232.99º 0.41% 0.73% -
XYZ 21.65 19.75 49.13 -
YUV 123.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 109 118 186 0.41 0.37 0 0.27 232.99 0.36 0.58
Hex 6D 76 BA 29 25 0 1B E9 24 3A
Octal 155 166 272 51 45 0 33 351 44 72
Binary 1101101 1110110 10111010 101001 100101 0 11011 11101001 100100 111010

Color Harmonies of #6D76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D76BA

Black with #6D76BA

Text Example


Text Example

White with #6D76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,118,186); }

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

background-color css

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

 a { background-color: rgb(109,118,186); }

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

border-color css

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

 span { border-color: rgb(109,118,186); }

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