Html Css Color HEX #6162BA Chetwode Blue

📋 copy color: '#6162BA'

red 97 ◦ green 98 ◦ blue 186

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

Shades of Chetwode Blue #6162BA

Tints of Chetwode Blue #6162BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 25.46%
G = 25.72%
B = 48.82%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6162BA (or 0x6162BA) is known color: Chetwode Blue. HEX triplet: 61, 62 and BA. RGB value is (97,98,186). Sum of RGB (Red+Green+Blue) = 97+98+186=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #6162BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162BA is #9E9D45. Grayscale: #6B6B6B. Windows color (decimal): -10394950 or 12214881. OLE color: 12214881.

HSL color Cylindrical-coordinate representation of color #6162BA: hue angle of 239.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6162BA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 98 186 -
CMYK 0.48 0.47 0 0.27
HSL 239.33º 0.39% 0.55% -
HSV(B) 239.33º 0.48% 0.73% -
XYZ 18.16 14.82 48.36 -
YUV 107.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 97 98 186 0.48 0.47 0 0.27 239.33 0.39 0.55
Hex 61 62 BA 30 2F 0 1B EF 27 37
Octal 141 142 272 60 57 0 33 357 47 67
Binary 1100001 1100010 10111010 110000 101111 0 11011 11101111 100111 110111

Color Harmonies of #6162BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6162BA

Black with #6162BA

Text Example


Text Example

White with #6162BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6162BA; }

 p { color: rgb(97,98,186); }

 H1.HeaderClassName
 {
   color: #6162BA;
 }
 .AnyTagClassName
 {
   color: #6162BA;
 }
</style>

background-color css

<style>
 a { background-color: #6162BA; }

 a { background-color: rgb(97,98,186); }

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

border-color css

<style>
 span { border-color: #6162BA; }

 span { border-color: rgb(97,98,186); }

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