Html Css Color HEX #6166BD Chetwode Blue

📋 copy color: '#6166BD'

red 97 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #6166BD

Tints of Chetwode Blue #6166BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 25%
G = 26.29%
B = 48.71%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6166BD (or 0x6166BD) is known color: Chetwode Blue. HEX triplet: 61, 66 and BD. RGB value is (97,102,189). Sum of RGB (Red+Green+Blue) = 97+102+189=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #6166BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166BD is #9E9942. Grayscale: #6E6E6E. Windows color (decimal): -10393923 or 12412513. OLE color: 12412513.

HSL color Cylindrical-coordinate representation of color #6166BD: hue angle of 236.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6166BD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 102 189 -
CMYK 0.49 0.46 0 0.26
HSL 236.74º 0.41% 0.56% -
HSV(B) 236.74º 0.49% 0.74% -
XYZ 18.87 15.72 50.18 -
YUV 110.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 97 102 189 0.49 0.46 0 0.26 236.74 0.41 0.56
Hex 61 66 BD 31 2E 0 1A ED 29 38
Octal 141 146 275 61 56 0 32 355 51 70
Binary 1100001 1100110 10111101 110001 101110 0 11010 11101101 101001 111000

Color Harmonies of #6166BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6166BD

Black with #6166BD

Text Example


Text Example

White with #6166BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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