Html Css Color HEX #6D76B6 Chetwode Blue

📋 copy color: '#6D76B6'

red 109 ◦ green 118 ◦ blue 182

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

Shades of Chetwode Blue #6D76B6

Tints of Chetwode Blue #6D76B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 26.65%
G = 28.85%
B = 44.5%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D76B6 (or 0x6D76B6) is known color: Chetwode Blue. HEX triplet: 6D, 76 and B6. RGB value is (109,118,182). Sum of RGB (Red+Green+Blue) = 109+118+182=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D76B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D76B6 is #928949. Grayscale: #7A7A7A. Windows color (decimal): -9603402 or 11957869. OLE color: 11957869.

HSL color Cylindrical-coordinate representation of color #6D76B6: hue angle of 232.6º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D76B6 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 118 182 -
CMYK 0.40 0.35 0 0.29
HSL 232.6º 0.33% 0.57% -
HSV(B) 232.6º 0.4% 0.71% -
XYZ 21.23 19.59 46.92 -
YUV 122.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 109 118 182 0.40 0.35 0 0.29 232.6 0.33 0.57
Hex 6D 76 B6 28 23 0 1D E9 21 39
Octal 155 166 266 50 43 0 35 351 41 71
Binary 1101101 1110110 10110110 101000 100011 0 11101 11101001 100001 111001

Color Harmonies of #6D76B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D76B6

Black with #6D76B6

Text Example


Text Example

White with #6D76B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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