Html Css Color HEX #6165AF Chetwode Blue

📋 copy color: '#6165AF'

red 97 ◦ green 101 ◦ blue 175

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

Shades of Chetwode Blue #6165AF

Tints of Chetwode Blue #6165AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 26.01%
G = 27.08%
B = 46.92%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6165AF (or 0x6165AF) is known color: Chetwode Blue. HEX triplet: 61, 65 and AF. RGB value is (97,101,175). Sum of RGB (Red+Green+Blue) = 97+101+175=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #6165AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6165AF is #9E9A50. Grayscale: #6B6B6B. Windows color (decimal): -10394193 or 11494753. OLE color: 11494753.

HSL color Cylindrical-coordinate representation of color #6165AF: hue angle of 236.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6165AF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 101 175 -
CMYK 0.45 0.42 0 0.31
HSL 236.92º 0.33% 0.53% -
HSV(B) 236.92º 0.45% 0.69% -
XYZ 17.32 14.94 42.53 -
YUV 108.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 97 101 175 0.45 0.42 0 0.31 236.92 0.33 0.53
Hex 61 65 AF 2D 2A 0 1F ED 21 35
Octal 141 145 257 55 52 0 37 355 41 65
Binary 1100001 1100101 10101111 101101 101010 0 11111 11101101 100001 110101

Color Harmonies of #6165AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6165AF

Black with #6165AF

Text Example


Text Example

White with #6165AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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