Html Css Color HEX #6565CE Slate Blue

📋 copy color: '#6565CE'

red 101 ◦ green 101 ◦ blue 206

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

Shades of Slate Blue #6565CE

Tints of Slate Blue #6565CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 24.75%
G = 24.75%
B = 50.49%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6565CE (or 0x6565CE) is known color: Slate Blue. HEX triplet: 65, 65 and CE. RGB value is (101,101,206). Sum of RGB (Red+Green+Blue) = 101+101+206=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6565CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6565CE is #9A9A31. Grayscale: #707070. Windows color (decimal): -10132018 or 13526373. OLE color: 13526373.

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

Color convert

RGB 101 101 206 -
CMYK 0.51 0.51 0 0.19
HSL 240º 0.52% 0.6% -
HSV(B) 240º 0.51% 0.81% -
XYZ 21.16 16.53 60.47 -
YUV 112.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 101 101 206 0.51 0.51 0 0.19 240 0.52 0.6
Hex 65 65 CE 33 33 0 13 F0 34 3C
Octal 145 145 316 63 63 0 23 360 64 74
Binary 1100101 1100101 11001110 110011 110011 0 10011 11110000 110100 111100

Color Harmonies of #6565CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6565CE

Black with #6565CE

Text Example


Text Example

White with #6565CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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