Html Css Color HEX #6465AE Chetwode Blue

📋 copy color: '#6465AE'

red 100 ◦ green 101 ◦ blue 174

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

Shades of Chetwode Blue #6465AE

Tints of Chetwode Blue #6465AE

RGB

 RED value IS 100 (39.45% from 255) = 26.67%

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

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 26.67%
G = 26.93%
B = 46.4%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6465AE (or 0x6465AE) is known color: Chetwode Blue. HEX triplet: 64, 65 and AE. RGB value is (100,101,174). Sum of RGB (Red+Green+Blue) = 100+101+174=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #6465AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6465AE is #9B9A51. Grayscale: #6C6C6C. Windows color (decimal): -10197586 or 11429220. OLE color: 11429220.

HSL color Cylindrical-coordinate representation of color #6465AE: hue angle of 239.19º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6465AE is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 101 174 -
CMYK 0.43 0.42 0 0.32
HSL 239.19º 0.31% 0.54% -
HSV(B) 239.19º 0.43% 0.68% -
XYZ 17.55 15.07 42.03 -
YUV 109.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 100 101 174 0.43 0.42 0 0.32 239.19 0.31 0.54
Hex 64 65 AE 2B 2A 0 20 EF 1F 36
Octal 144 145 256 53 52 0 40 357 37 66
Binary 1100100 1100101 10101110 101011 101010 0 100000 11101111 11111 110110

Color Harmonies of #6465AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6465AE

Black with #6465AE

Text Example


Text Example

White with #6465AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6465AE; }

 p { color: rgb(100,101,174); }

 H1.HeaderClassName
 {
   color: #6465AE;
 }
 .AnyTagClassName
 {
   color: #6465AE;
 }
</style>

background-color css

<style>
 a { background-color: #6465AE; }

 a { background-color: rgb(100,101,174); }

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

border-color css

<style>
 span { border-color: #6465AE; }

 span { border-color: rgb(100,101,174); }

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