Html Css Color HEX #6565AE Chetwode Blue

📋 copy color: '#6565AE'

red 101 ◦ green 101 ◦ blue 174

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

Shades of Chetwode Blue #6565AE

Tints of Chetwode Blue #6565AE

RGB

 RED value IS 101 (39.84% from 255) = 26.86%

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

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

R = 26.86%
G = 26.86%
B = 46.28%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6565AE (or 0x6565AE) is known color: Chetwode Blue. HEX triplet: 65, 65 and AE. RGB value is (101,101,174). Sum of RGB (Red+Green+Blue) = 101+101+174=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6565AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6565AE is #9A9A51. Grayscale: #6D6D6D. Windows color (decimal): -10132050 or 11429221. OLE color: 11429221.

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

Color convert

RGB 101 101 174 -
CMYK 0.42 0.42 0 0.32
HSL 240º 0.31% 0.54% -
HSV(B) 240º 0.42% 0.68% -
XYZ 17.66 15.13 42.03 -
YUV 109.32 164.5 122.06 -
System Red Green Blue C M Y K H S L
Decimal 101 101 174 0.42 0.42 0 0.32 240 0.31 0.54
Hex 65 65 AE 2A 2A 0 20 F0 1F 36
Octal 145 145 256 52 52 0 40 360 37 66
Binary 1100101 1100101 10101110 101010 101010 0 100000 11110000 11111 110110

Color Harmonies of #6565AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6565AE

Black with #6565AE

Text Example


Text Example

White with #6565AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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