Html Css Color HEX #6166BE Chetwode Blue

📋 copy color: '#6166BE'

red 97 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6166BE

Tints of Chetwode Blue #6166BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 24.94%
G = 26.22%
B = 48.84%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6166BE (or 0x6166BE) is known color: Chetwode Blue. HEX triplet: 61, 66 and BE. RGB value is (97,102,190). Sum of RGB (Red+Green+Blue) = 97+102+190=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6166BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166BE is #9E9941. Grayscale: #6E6E6E. Windows color (decimal): -10393922 or 12478049. OLE color: 12478049.

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

Color convert

RGB 97 102 190 -
CMYK 0.49 0.46 0 0.25
HSL 236.77º 0.42% 0.56% -
HSV(B) 236.77º 0.49% 0.75% -
XYZ 18.98 15.76 50.76 -
YUV 110.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 97 102 190 0.49 0.46 0 0.25 236.77 0.42 0.56
Hex 61 66 BE 31 2E 0 19 ED 2A 38
Octal 141 146 276 61 56 0 31 355 52 70
Binary 1100001 1100110 10111110 110001 101110 0 11001 11101101 101010 111000

Color Harmonies of #6166BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6166BE

Black with #6166BE

Text Example


Text Example

White with #6166BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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