Html Css Color HEX #6565CC Slate Blue

📋 copy color: '#6565CC'

red 101 ◦ green 101 ◦ blue 204

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

Shades of Slate Blue #6565CC

Tints of Slate Blue #6565CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 24.88%
G = 24.88%
B = 50.25%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6565CC (or 0x6565CC) is known color: Slate Blue. HEX triplet: 65, 65 and CC. RGB value is (101,101,204). Sum of RGB (Red+Green+Blue) = 101+101+204=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6565CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565CC is #9A9A33. Grayscale: #707070. Windows color (decimal): -10132020 or 13395301. OLE color: 13395301.

HSL color Cylindrical-coordinate representation of color #6565CC: hue angle of 240º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6565CC is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 101 204 -
CMYK 0.50 0.50 0 0.2
HSL 240º 0.5% 0.6% -
HSV(B) 240º 0.5% 0.8% -
XYZ 20.92 16.43 59.2 -
YUV 112.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 101 101 204 0.50 0.50 0 0.2 240 0.5 0.6
Hex 65 65 CC 32 32 0 14 F0 32 3C
Octal 145 145 314 62 62 0 24 360 62 74
Binary 1100101 1100101 11001100 110010 110010 0 10100 11110000 110010 111100

Color Harmonies of #6565CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6565CC

Black with #6565CC

Text Example


Text Example

White with #6565CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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