Html Css Color HEX #6565BE Chetwode Blue

📋 copy color: '#6565BE'

red 101 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #6565BE

Tints of Chetwode Blue #6565BE

RGB

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

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

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

R = 25.77%
G = 25.77%
B = 48.47%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6565BE (or 0x6565BE) is known color: Chetwode Blue. HEX triplet: 65, 65 and BE. RGB value is (101,101,190). Sum of RGB (Red+Green+Blue) = 101+101+190=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #6565BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565BE is #9A9A41. Grayscale: #6E6E6E. Windows color (decimal): -10132034 or 12477797. OLE color: 12477797.

HSL color Cylindrical-coordinate representation of color #6565BE: hue angle of 240º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6565BE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 101 190 -
CMYK 0.47 0.47 0 0.25
HSL 240º 0.41% 0.57% -
HSV(B) 240º 0.47% 0.75% -
XYZ 19.31 15.79 50.75 -
YUV 111.15 172.5 120.76 -
System Red Green Blue C M Y K H S L
Decimal 101 101 190 0.47 0.47 0 0.25 240 0.41 0.57
Hex 65 65 BE 2F 2F 0 19 F0 29 39
Octal 145 145 276 57 57 0 31 360 51 71
Binary 1100101 1100101 10111110 101111 101111 0 11001 11110000 101001 111001

Color Harmonies of #6565BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6565BE

Black with #6565BE

Text Example


Text Example

White with #6565BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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