Html Css Color HEX #6A7AAA Chetwode Blue

📋 copy color: '#6A7AAA'

red 106 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #6A7AAA

Tints of Chetwode Blue #6A7AAA

RGB

 RED value IS 106 (41.8% from 255) = 26.63%

 GREEN value IS 122 (48.05% from 255) = 30.65%

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

R = 26.63%
G = 30.65%
B = 42.71%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A7AAA (or 0x6A7AAA) is known color: Chetwode Blue. HEX triplet: 6A, 7A and AA. RGB value is (106,122,170). Sum of RGB (Red+Green+Blue) = 106+122+170=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7AAA is #958555. Grayscale: #7A7A7A. Windows color (decimal): -9798998 or 11172458. OLE color: 11172458.

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

Color convert

RGB 106 122 170 -
CMYK 0.38 0.28 0 0.33
HSL 225º 0.27% 0.54% -
HSV(B) 225º 0.38% 0.67% -
XYZ 20.16 19.89 40.81 -
YUV 122.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 106 122 170 0.38 0.28 0 0.33 225 0.27 0.54
Hex 6A 7A AA 26 1C 0 21 E1 1B 36
Octal 152 172 252 46 34 0 41 341 33 66
Binary 1101010 1111010 10101010 100110 11100 0 100001 11100001 11011 110110

Color Harmonies of #6A7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7AAA

Black with #6A7AAA

Text Example


Text Example

White with #6A7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,122,170); }

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

background-color css

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

 a { background-color: rgb(106,122,170); }

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

border-color css

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

 span { border-color: rgb(106,122,170); }

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