Html Css Color HEX #6165BE Chetwode Blue

📋 copy color: '#6165BE'

red 97 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #6165BE

Tints of Chetwode Blue #6165BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

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

R = 25%
G = 26.03%
B = 48.97%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6165BE (or 0x6165BE) is known color: Chetwode Blue. HEX triplet: 61, 65 and BE. RGB value is (97,101,190). Sum of RGB (Red+Green+Blue) = 97+101+190=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6165BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165BE is #9E9A41. Grayscale: #6D6D6D. Windows color (decimal): -10394178 or 12477793. OLE color: 12477793.

HSL color Cylindrical-coordinate representation of color #6165BE: hue angle of 237.42º 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 #6165BE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 101 190 -
CMYK 0.49 0.47 0 0.25
HSL 237.42º 0.42% 0.56% -
HSV(B) 237.42º 0.49% 0.75% -
XYZ 18.88 15.57 50.72 -
YUV 109.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 97 101 190 0.49 0.47 0 0.25 237.42 0.42 0.56
Hex 61 65 BE 31 2F 0 19 ED 2A 38
Octal 141 145 276 61 57 0 31 355 52 70
Binary 1100001 1100101 10111110 110001 101111 0 11001 11101101 101010 111000

Color Harmonies of #6165BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165BE

Black with #6165BE

Text Example


Text Example

White with #6165BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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