Html Css Color HEX #6166AE Chetwode Blue

📋 copy color: '#6166AE'

red 97 ◦ green 102 ◦ blue 174

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

Shades of Chetwode Blue #6166AE

Tints of Chetwode Blue #6166AE

RGB

 RED value IS 97 (38.28% from 255) = 26.01%

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 26.01%
G = 27.35%
B = 46.65%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6166AE (or 0x6166AE) is known color: Chetwode Blue. HEX triplet: 61, 66 and AE. RGB value is (97,102,174). Sum of RGB (Red+Green+Blue) = 97+102+174=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #6166AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6166AE is #9E9951. Grayscale: #6C6C6C. Windows color (decimal): -10393938 or 11429473. OLE color: 11429473.

HSL color Cylindrical-coordinate representation of color #6166AE: hue angle of 236.1º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6166AE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 102 174 -
CMYK 0.44 0.41 0 0.32
HSL 236.1º 0.32% 0.53% -
HSV(B) 236.1º 0.44% 0.68% -
XYZ 17.32 15.1 42.05 -
YUV 108.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 97 102 174 0.44 0.41 0 0.32 236.1 0.32 0.53
Hex 61 66 AE 2C 29 0 20 EC 20 35
Octal 141 146 256 54 51 0 40 354 40 65
Binary 1100001 1100110 10101110 101100 101001 0 100000 11101100 100000 110101

Color Harmonies of #6166AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6166AE

Black with #6166AE

Text Example


Text Example

White with #6166AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6166AE; }

 p { color: rgb(97,102,174); }

 H1.HeaderClassName
 {
   color: #6166AE;
 }
 .AnyTagClassName
 {
   color: #6166AE;
 }
</style>

background-color css

<style>
 a { background-color: #6166AE; }

 a { background-color: rgb(97,102,174); }

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

border-color css

<style>
 span { border-color: #6166AE; }

 span { border-color: rgb(97,102,174); }

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