Html Css Color HEX #6770AA Chetwode Blue

📋 copy color: '#6770AA'

red 103 ◦ green 112 ◦ blue 170

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

Shades of Chetwode Blue #6770AA

Tints of Chetwode Blue #6770AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 26.75%
G = 29.09%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6770AA (or 0x6770AA) is known color: Chetwode Blue. HEX triplet: 67, 70 and AA. RGB value is (103,112,170). Sum of RGB (Red+Green+Blue) = 103+112+170=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #6770AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6770AA is #988F55. Grayscale: #737373. Windows color (decimal): -9998166 or 11169895. OLE color: 11169895.

HSL color Cylindrical-coordinate representation of color #6770AA: hue angle of 231.94º 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 #6770AA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 112 170 -
CMYK 0.39 0.34 0 0.33
HSL 231.94º 0.28% 0.54% -
HSV(B) 231.94º 0.39% 0.67% -
XYZ 18.64 17.37 40.4 -
YUV 115.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 103 112 170 0.39 0.34 0 0.33 231.94 0.28 0.54
Hex 67 70 AA 27 22 0 21 E8 1C 36
Octal 147 160 252 47 42 0 41 350 34 66
Binary 1100111 1110000 10101010 100111 100010 0 100001 11101000 11100 110110

Color Harmonies of #6770AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770AA

Black with #6770AA

Text Example


Text Example

White with #6770AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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