Html Css Color HEX #6A74AB Chetwode Blue

📋 copy color: '#6A74AB'

red 106 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6A74AB

Tints of Chetwode Blue #6A74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 26.97%
G = 29.52%
B = 43.51%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A74AB (or 0x6A74AB) is known color: Chetwode Blue. HEX triplet: 6A, 74 and AB. RGB value is (106,116,171). Sum of RGB (Red+Green+Blue) = 106+116+171=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A74AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A74AB is #958B54. Grayscale: #777777. Windows color (decimal): -9800533 or 11236458. OLE color: 11236458.

HSL color Cylindrical-coordinate representation of color #6A74AB: hue angle of 230.77º degrees, saturation: 0.28, 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 #6A74AB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 116 171 -
CMYK 0.38 0.32 0 0.33
HSL 230.77º 0.28% 0.54% -
HSV(B) 230.77º 0.38% 0.67% -
XYZ 19.54 18.5 41.07 -
YUV 119.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 106 116 171 0.38 0.32 0 0.33 230.77 0.28 0.54
Hex 6A 74 AB 26 20 0 21 E7 1C 36
Octal 152 164 253 46 40 0 41 347 34 66
Binary 1101010 1110100 10101011 100110 100000 0 100001 11100111 11100 110110

Color Harmonies of #6A74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A74AB

Black with #6A74AB

Text Example


Text Example

White with #6A74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,116,171); }

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

background-color css

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

 a { background-color: rgb(106,116,171); }

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

border-color css

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

 span { border-color: rgb(106,116,171); }

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