Html Css Color HEX #6B76AD Chetwode Blue

📋 copy color: '#6B76AD'

red 107 ◦ green 118 ◦ blue 173

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

Shades of Chetwode Blue #6B76AD

Tints of Chetwode Blue #6B76AD

RGB

 RED value IS 107 (42.19% from 255) = 26.88%

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 26.88%
G = 29.65%
B = 43.47%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B76AD (or 0x6B76AD) is known color: Chetwode Blue. HEX triplet: 6B, 76 and AD. RGB value is (107,118,173). Sum of RGB (Red+Green+Blue) = 107+118+173=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B76AD is #948952. Grayscale: #787878. Windows color (decimal): -9734483 or 11368043. OLE color: 11368043.

HSL color Cylindrical-coordinate representation of color #6B76AD: hue angle of 230º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B76AD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 118 173 -
CMYK 0.38 0.32 0 0.32
HSL 230º 0.29% 0.55% -
HSV(B) 230º 0.38% 0.68% -
XYZ 20.08 19.1 42.16 -
YUV 120.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 107 118 173 0.38 0.32 0 0.32 230 0.29 0.55
Hex 6B 76 AD 26 20 0 20 E6 1D 37
Octal 153 166 255 46 40 0 40 346 35 67
Binary 1101011 1110110 10101101 100110 100000 0 100000 11100110 11101 110111

Color Harmonies of #6B76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B76AD

Black with #6B76AD

Text Example


Text Example

White with #6B76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,173); }

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

background-color css

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

 a { background-color: rgb(107,118,173); }

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

border-color css

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

 span { border-color: rgb(107,118,173); }

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