Html Css Color HEX #655FCF Slate Blue

📋 copy color: '#655FCF'

red 101 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #655FCF

Tints of Slate Blue #655FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 25.06%
G = 23.57%
B = 51.36%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#655FCF (or 0x655FCF) is known color: Slate Blue. HEX triplet: 65, 5F and CF. RGB value is (101,95,207). Sum of RGB (Red+Green+Blue) = 101+95+207=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #655FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCF is #9AA030. Grayscale: #6D6D6D. Windows color (decimal): -10133553 or 13590373. OLE color: 13590373.

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

Color convert

RGB 101 95 207 -
CMYK 0.51 0.54 0 0.19
HSL 243.21º 0.54% 0.59% -
HSV(B) 243.21º 0.54% 0.81% -
XYZ 20.72 15.46 60.92 -
YUV 109.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 101 95 207 0.51 0.54 0 0.19 243.21 0.54 0.59
Hex 65 5F CF 33 36 0 13 F3 36 3B
Octal 145 137 317 63 66 0 23 363 66 73
Binary 1100101 1011111 11001111 110011 110110 0 10011 11110011 110110 111011

Color Harmonies of #655FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FCF

Black with #655FCF

Text Example


Text Example

White with #655FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655FCF; }

 p { color: rgb(101,95,207); }

 H1.HeaderClassName
 {
   color: #655FCF;
 }
 .AnyTagClassName
 {
   color: #655FCF;
 }
</style>

background-color css

<style>
 a { background-color: #655FCF; }

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

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

border-color css

<style>
 span { border-color: #655FCF; }

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

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