Html Css Color HEX #6776AA Chetwode Blue

📋 copy color: '#6776AA'

red 103 ◦ green 118 ◦ blue 170

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

Shades of Chetwode Blue #6776AA

Tints of Chetwode Blue #6776AA

RGB

 RED value IS 103 (40.63% from 255) = 26.34%

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 26.34%
G = 30.18%
B = 43.48%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6776AA (or 0x6776AA) is known color: Chetwode Blue. HEX triplet: 67, 76 and AA. RGB value is (103,118,170). Sum of RGB (Red+Green+Blue) = 103+118+170=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #6776AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6776AA is #988955. Grayscale: #777777. Windows color (decimal): -9996630 or 11171431. OLE color: 11171431.

HSL color Cylindrical-coordinate representation of color #6776AA: hue angle of 226.57º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6776AA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 118 170 -
CMYK 0.39 0.31 0 0.33
HSL 226.57º 0.28% 0.54% -
HSV(B) 226.57º 0.39% 0.67% -
XYZ 19.33 18.74 40.63 -
YUV 119.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 103 118 170 0.39 0.31 0 0.33 226.57 0.28 0.54
Hex 67 76 AA 27 1F 0 21 E3 1C 36
Octal 147 166 252 47 37 0 41 343 34 66
Binary 1100111 1110110 10101010 100111 11111 0 100001 11100011 11100 110110

Color Harmonies of #6776AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6776AA

Black with #6776AA

Text Example


Text Example

White with #6776AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6776AA; }

 p { color: rgb(103,118,170); }

 H1.HeaderClassName
 {
   color: #6776AA;
 }
 .AnyTagClassName
 {
   color: #6776AA;
 }
</style>

background-color css

<style>
 a { background-color: #6776AA; }

 a { background-color: rgb(103,118,170); }

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

border-color css

<style>
 span { border-color: #6776AA; }

 span { border-color: rgb(103,118,170); }

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